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

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

should reductions for continuous variables be performed?

Definition at line 4769 of file parameters.hpp.

◆ MAXROUNDS

constexpr 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 4759 of file parameters.hpp.

◆ NUMMAXPAIRS

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

maximal number of pair comparisons

Definition at line 4765 of file parameters.hpp.

◆ NUMMINPAIRS

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

minimal number of pair comparisons

Definition at line 4763 of file parameters.hpp.

◆ PREDBNDSTR

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

should predictive bound strengthening be applied?

Definition at line 4767 of file parameters.hpp.

◆ PRIORITY

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

priority of presolver <domcol>

Definition at line 4757 of file parameters.hpp.

◆ TIMING

constexpr 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 4761 of file parameters.hpp.