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

Parameters with prefix presolving/domcol. More...

Variables

constexpr Param< bool > CONTINUOUSRED { "presolving/domcol/continuousred" }
 should reductions for continuous variables be performed?
 
constexpr Param< int > MAXROUNDS { "presolving/domcol/maxrounds" }
 maximal number of presolving rounds the presolver participates in (-1: no limit)
 
constexpr Param< int > NUMMAXPAIRS { "presolving/domcol/nummaxpairs" }
 maximal number of pair comparisons
 
constexpr Param< int > NUMMINPAIRS { "presolving/domcol/numminpairs" }
 minimal number of pair comparisons
 
constexpr Param< bool > PREDBNDSTR { "presolving/domcol/predbndstr" }
 should predictive bound strengthening be applied?
 
constexpr Param< int > PRIORITY { "presolving/domcol/priority" }
 priority of presolver <domcol>
 
constexpr Param< int > TIMING { "presolving/domcol/timing" }
 timing mask of presolver <domcol> (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)
 

Detailed Description

Parameters with prefix presolving/domcol.

Variable Documentation

◆ CONTINUOUSRED

Param<bool> scippp::params::PRESOLVING::DOMCOL::CONTINUOUSRED { "presolving/domcol/continuousred" }
constexpr

should reductions for continuous variables be performed?

Definition at line 5191 of file parameters.hpp.

◆ MAXROUNDS

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

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

Definition at line 5181 of file parameters.hpp.

◆ NUMMAXPAIRS

Param<int> scippp::params::PRESOLVING::DOMCOL::NUMMAXPAIRS { "presolving/domcol/nummaxpairs" }
constexpr

maximal number of pair comparisons

Definition at line 5187 of file parameters.hpp.

◆ NUMMINPAIRS

Param<int> scippp::params::PRESOLVING::DOMCOL::NUMMINPAIRS { "presolving/domcol/numminpairs" }
constexpr

minimal number of pair comparisons

Definition at line 5185 of file parameters.hpp.

◆ PREDBNDSTR

Param<bool> scippp::params::PRESOLVING::DOMCOL::PREDBNDSTR { "presolving/domcol/predbndstr" }
constexpr

should predictive bound strengthening be applied?

Definition at line 5189 of file parameters.hpp.

◆ PRIORITY

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

priority of presolver <domcol>

Definition at line 5179 of file parameters.hpp.

◆ TIMING

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

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

Definition at line 5183 of file parameters.hpp.