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

Parameters with prefix propagating/genvbounds. More...

Variables

constexpr Param< bool > DELAY { "propagating/genvbounds/delay" }
 should propagator be delayed, if other propagators found reductions?
 
constexpr Param< int > FREQ { "propagating/genvbounds/freq" }
 frequency for calling propagator <genvbounds> (-1: never, 0: only in root node)
 
constexpr Param< bool > GLOBAL { "propagating/genvbounds/global" }
 apply global propagation?
 
constexpr Param< int > MAXPREROUNDS { "propagating/genvbounds/maxprerounds" }
 maximal number of presolving rounds the propagator participates in (-1: no limit)
 
constexpr Param< int > PRESOLPRIORITY { "propagating/genvbounds/presolpriority" }
 presolving priority of propagator <genvbounds>
 
constexpr Param< int > PRESOLTIMING { "propagating/genvbounds/presoltiming" }
 timing mask of the presolving method of propagator <genvbounds> (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)
 
constexpr Param< int > PRIORITY { "propagating/genvbounds/priority" }
 priority of propagator <genvbounds>
 
constexpr Param< bool > PROPASCONSS { "propagating/genvbounds/propasconss" }
 should genvbounds be transformed to (linear) constraints?
 
constexpr Param< bool > PROPINROOTNODE { "propagating/genvbounds/propinrootnode" }
 apply genvbounds in root node if no new incumbent was found?
 
constexpr Param< bool > SORT { "propagating/genvbounds/sort" }
 sort genvbounds and wait for bound change events?
 
constexpr Param< int > TIMINGMASK { "propagating/genvbounds/timingmask" }
 timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
 

Detailed Description

Parameters with prefix propagating/genvbounds.

Variable Documentation

◆ DELAY

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

should propagator be delayed, if other propagators found reductions?

Definition at line 5024 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 5022 of file parameters.hpp.

◆ GLOBAL

constexpr Param<bool> scippp::params::PROPAGATING::GENVBOUNDS::GLOBAL { "propagating/genvbounds/global" }
constexpr

apply global propagation?

Definition at line 5034 of file parameters.hpp.

◆ MAXPREROUNDS

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

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

Definition at line 5030 of file parameters.hpp.

◆ PRESOLPRIORITY

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

presolving priority of propagator <genvbounds>

Definition at line 5028 of file parameters.hpp.

◆ PRESOLTIMING

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

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

Definition at line 5032 of file parameters.hpp.

◆ PRIORITY

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

priority of propagator <genvbounds>

Definition at line 5020 of file parameters.hpp.

◆ PROPASCONSS

constexpr Param<bool> scippp::params::PROPAGATING::GENVBOUNDS::PROPASCONSS { "propagating/genvbounds/propasconss" }
constexpr

should genvbounds be transformed to (linear) constraints?

Definition at line 5040 of file parameters.hpp.

◆ PROPINROOTNODE

constexpr Param<bool> scippp::params::PROPAGATING::GENVBOUNDS::PROPINROOTNODE { "propagating/genvbounds/propinrootnode" }
constexpr

apply genvbounds in root node if no new incumbent was found?

Definition at line 5036 of file parameters.hpp.

◆ SORT

constexpr Param<bool> scippp::params::PROPAGATING::GENVBOUNDS::SORT { "propagating/genvbounds/sort" }
constexpr

sort genvbounds and wait for bound change events?

Definition at line 5038 of file parameters.hpp.

◆ TIMINGMASK

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

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

Definition at line 5026 of file parameters.hpp.