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

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

should propagator be delayed, if other propagators found reductions?

Definition at line 5007 of file parameters.hpp.

◆ FREQ

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

◆ MAXPREROUNDS

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

◆ PRESOLPRIORITY

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

presolving priority of propagator <dualfix>

Definition at line 5011 of file parameters.hpp.

◆ PRESOLTIMING

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

◆ PRIORITY

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

priority of propagator <dualfix>

Definition at line 5003 of file parameters.hpp.

◆ TIMINGMASK

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