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

Parameters with prefix propagating/rootredcost. More...

Variables

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

Detailed Description

Parameters with prefix propagating/rootredcost.

Variable Documentation

◆ DELAY

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

should propagator be delayed, if other propagators found reductions?

Definition at line 5241 of file parameters.hpp.

◆ FORCE

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

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

Definition at line 5253 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 5239 of file parameters.hpp.

◆ MAXPREROUNDS

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

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

Definition at line 5247 of file parameters.hpp.

◆ ONLYBINARY

constexpr Param<bool> scippp::params::PROPAGATING::ROOTREDCOST::ONLYBINARY { "propagating/rootredcost/onlybinary" }
constexpr

should only binary variables be propagated?

Definition at line 5251 of file parameters.hpp.

◆ PRESOLPRIORITY

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

presolving priority of propagator <rootredcost>

Definition at line 5245 of file parameters.hpp.

◆ PRESOLTIMING

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

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

Definition at line 5249 of file parameters.hpp.

◆ PRIORITY

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

priority of propagator <rootredcost>

Definition at line 5237 of file parameters.hpp.

◆ TIMINGMASK

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

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

Definition at line 5243 of file parameters.hpp.