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

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

should propagator be delayed, if other propagators found reductions?

Definition at line 5667 of file parameters.hpp.

◆ FORCE

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

◆ FREQ

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

◆ MAXPREROUNDS

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

◆ ONLYBINARY

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

should only binary variables be propagated?

Definition at line 5677 of file parameters.hpp.

◆ PRESOLPRIORITY

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

presolving priority of propagator <rootredcost>

Definition at line 5671 of file parameters.hpp.

◆ PRESOLTIMING

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

◆ PRIORITY

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

priority of propagator <rootredcost>

Definition at line 5663 of file parameters.hpp.

◆ TIMINGMASK

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