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

Parameters with prefix propagating/redcost. More...

Variables

constexpr Param< bool > CONTINUOUS { "propagating/redcost/continuous" }
 should reduced cost fixing be also applied to continuous variables?
 
constexpr Param< bool > DELAY { "propagating/redcost/delay" }
 should propagator be delayed, if other propagators found reductions?
 
constexpr Param< bool > FORCE { "propagating/redcost/force" }
 should the propagator be forced even if active pricer are present?
 
constexpr Param< int > FREQ { "propagating/redcost/freq" }
 frequency for calling propagator <redcost> (-1: never, 0: only in root node)
 
constexpr Param< int > MAXPREROUNDS { "propagating/redcost/maxprerounds" }
 maximal number of presolving rounds the propagator participates in (-1: no limit)
 
constexpr Param< int > PRESOLPRIORITY { "propagating/redcost/presolpriority" }
 presolving priority of propagator <redcost>
 
constexpr Param< int > PRESOLTIMING { "propagating/redcost/presoltiming" }
 timing mask of the presolving method of propagator <redcost> (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)
 
constexpr Param< int > PRIORITY { "propagating/redcost/priority" }
 priority of propagator <redcost>
 
constexpr Param< int > TIMINGMASK { "propagating/redcost/timingmask" }
 timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
 
constexpr Param< bool > USEIMPLICS { "propagating/redcost/useimplics" }
 should implications be used to strength the reduced cost for binary variables?
 

Detailed Description

Parameters with prefix propagating/redcost.

Variable Documentation

◆ CONTINUOUS

constexpr Param<bool> scippp::params::PROPAGATING::REDCOST::CONTINUOUS { "propagating/redcost/continuous" }
constexpr

should reduced cost fixing be also applied to continuous variables?

Definition at line 5228 of file parameters.hpp.

◆ DELAY

constexpr Param<bool> scippp::params::PROPAGATING::REDCOST::DELAY { "propagating/redcost/delay" }
constexpr

should propagator be delayed, if other propagators found reductions?

Definition at line 5218 of file parameters.hpp.

◆ FORCE

constexpr Param<bool> scippp::params::PROPAGATING::REDCOST::FORCE { "propagating/redcost/force" }
constexpr

should the propagator be forced even if active pricer are present?

Definition at line 5232 of file parameters.hpp.

◆ FREQ

constexpr Param<int> scippp::params::PROPAGATING::REDCOST::FREQ { "propagating/redcost/freq" }
constexpr

frequency for calling propagator <redcost> (-1: never, 0: only in root node)

Definition at line 5216 of file parameters.hpp.

◆ MAXPREROUNDS

constexpr Param<int> scippp::params::PROPAGATING::REDCOST::MAXPREROUNDS { "propagating/redcost/maxprerounds" }
constexpr

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

Definition at line 5224 of file parameters.hpp.

◆ PRESOLPRIORITY

constexpr Param<int> scippp::params::PROPAGATING::REDCOST::PRESOLPRIORITY { "propagating/redcost/presolpriority" }
constexpr

presolving priority of propagator <redcost>

Definition at line 5222 of file parameters.hpp.

◆ PRESOLTIMING

constexpr Param<int> scippp::params::PROPAGATING::REDCOST::PRESOLTIMING { "propagating/redcost/presoltiming" }
constexpr

timing mask of the presolving method of propagator <redcost> (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)

Definition at line 5226 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::PROPAGATING::REDCOST::PRIORITY { "propagating/redcost/priority" }
constexpr

priority of propagator <redcost>

Definition at line 5214 of file parameters.hpp.

◆ TIMINGMASK

constexpr Param<int> scippp::params::PROPAGATING::REDCOST::TIMINGMASK { "propagating/redcost/timingmask" }
constexpr

timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))

Definition at line 5220 of file parameters.hpp.

◆ USEIMPLICS

constexpr Param<bool> scippp::params::PROPAGATING::REDCOST::USEIMPLICS { "propagating/redcost/useimplics" }
constexpr

should implications be used to strength the reduced cost for binary variables?

Definition at line 5230 of file parameters.hpp.