SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::params::PRESOLVING::TWOROWBND Namespace Reference

Parameters with prefix presolving/tworowbnd. More...

Variables

constexpr Param< bool > ENABLECOPY { "presolving/tworowbnd/enablecopy" }
 should tworowbnd presolver be copied to sub-SCIPs?
 
constexpr Param< int > MAXCOMBINEFAILS { "presolving/tworowbnd/maxcombinefails" }
 maximal number of consecutive useless row combines
 
constexpr Param< int > MAXCONSIDEREDNONZEROS { "presolving/tworowbnd/maxconsiderednonzeros" }
 maximal number of considered non-zeros within one row (-1: no limit)
 
constexpr Param< int > MAXHASHFAC { "presolving/tworowbnd/maxhashfac" }
 Maximum number of hashlist entries as multiple of number of rows in the problem (-1: no limit)
 
constexpr Param< int > MAXPAIRFAC { "presolving/tworowbnd/maxpairfac" }
 Maximum number of processed row pairs as multiple of the number of rows in the problem (-1: no limit)
 
constexpr Param< int > MAXRETRIEVEFAILS { "presolving/tworowbnd/maxretrievefails" }
 maximal number of consecutive useless hashtable retrieves
 
constexpr Param< int > MAXROUNDS { "presolving/tworowbnd/maxrounds" }
 maximal number of presolving rounds the presolver participates in (-1: no limit)
 
constexpr Param< int > PRIORITY { "presolving/tworowbnd/priority" }
 priority of presolver <tworowbnd>
 
constexpr Param< int > TIMING { "presolving/tworowbnd/timing" }
 timing mask of presolver <tworowbnd> (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)
 

Detailed Description

Parameters with prefix presolving/tworowbnd.

Variable Documentation

◆ ENABLECOPY

constexpr Param<bool> scippp::params::PRESOLVING::TWOROWBND::ENABLECOPY { "presolving/tworowbnd/enablecopy" }
constexpr

should tworowbnd presolver be copied to sub-SCIPs?

Definition at line 4963 of file parameters.hpp.

◆ MAXCOMBINEFAILS

constexpr Param<int> scippp::params::PRESOLVING::TWOROWBND::MAXCOMBINEFAILS { "presolving/tworowbnd/maxcombinefails" }
constexpr

maximal number of consecutive useless row combines

Definition at line 4969 of file parameters.hpp.

◆ MAXCONSIDEREDNONZEROS

constexpr Param<int> scippp::params::PRESOLVING::TWOROWBND::MAXCONSIDEREDNONZEROS { "presolving/tworowbnd/maxconsiderednonzeros" }
constexpr

maximal number of considered non-zeros within one row (-1: no limit)

Definition at line 4965 of file parameters.hpp.

◆ MAXHASHFAC

constexpr Param<int> scippp::params::PRESOLVING::TWOROWBND::MAXHASHFAC { "presolving/tworowbnd/maxhashfac" }
constexpr

Maximum number of hashlist entries as multiple of number of rows in the problem (-1: no limit)

Definition at line 4971 of file parameters.hpp.

◆ MAXPAIRFAC

constexpr Param<int> scippp::params::PRESOLVING::TWOROWBND::MAXPAIRFAC { "presolving/tworowbnd/maxpairfac" }
constexpr

Maximum number of processed row pairs as multiple of the number of rows in the problem (-1: no limit)

Definition at line 4973 of file parameters.hpp.

◆ MAXRETRIEVEFAILS

constexpr Param<int> scippp::params::PRESOLVING::TWOROWBND::MAXRETRIEVEFAILS { "presolving/tworowbnd/maxretrievefails" }
constexpr

maximal number of consecutive useless hashtable retrieves

Definition at line 4967 of file parameters.hpp.

◆ MAXROUNDS

constexpr Param<int> scippp::params::PRESOLVING::TWOROWBND::MAXROUNDS { "presolving/tworowbnd/maxrounds" }
constexpr

maximal number of presolving rounds the presolver participates in (-1: no limit)

Definition at line 4959 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::PRESOLVING::TWOROWBND::PRIORITY { "presolving/tworowbnd/priority" }
constexpr

priority of presolver <tworowbnd>

Definition at line 4957 of file parameters.hpp.

◆ TIMING

constexpr Param<int> scippp::params::PRESOLVING::TWOROWBND::TIMING { "presolving/tworowbnd/timing" }
constexpr

timing mask of presolver <tworowbnd> (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)

Definition at line 4961 of file parameters.hpp.