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

Parameters with prefix propagating/dualfix. More...

Variables

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

Detailed Description

Parameters with prefix propagating/dualfix.

Variable Documentation

◆ DELAY

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

should propagator be delayed, if other propagators found reductions?

Definition at line 5429 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 5427 of file parameters.hpp.

◆ MAXPREROUNDS

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

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

Definition at line 5435 of file parameters.hpp.

◆ PRESOLPRIORITY

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

presolving priority of propagator <dualfix>

Definition at line 5433 of file parameters.hpp.

◆ PRESOLTIMING

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

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

Definition at line 5437 of file parameters.hpp.

◆ PRIORITY

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

priority of propagator <dualfix>

Definition at line 5425 of file parameters.hpp.

◆ TIMINGMASK

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

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

Definition at line 5431 of file parameters.hpp.