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

Parameters with prefix constraints/linking. More...

Variables

constexpr Param< bool > DELAYPROP { "constraints/linking/delayprop" }
 should propagation method be delayed, if other propagators found reductions?
 
constexpr Param< bool > DELAYSEPA { "constraints/linking/delaysepa" }
 should separation method be delayed, if other separators found cuts?
 
constexpr Param< int > EAGERFREQ { "constraints/linking/eagerfreq" }
 frequency for using all instead of only the useful constraints in separation, propagation and enforcement (-1: never, 0: only in first evaluation)
 
constexpr Param< bool > LINEARIZE { "constraints/linking/linearize" }
 this constraint will not propagate or separate, linear and setppc are used?
 
constexpr Param< int > MAXPREROUNDS { "constraints/linking/maxprerounds" }
 maximal number of presolving rounds the constraint handler participates in (-1: no limit)
 
constexpr Param< int > PRESOLTIMING { "constraints/linking/presoltiming" }
 timing mask of the constraint handler's presolving method (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)
 
constexpr Param< int > PROPFREQ { "constraints/linking/propfreq" }
 frequency for propagating domains (-1: never, 0: only in root node)
 
constexpr Param< int > PROPTIMING { "constraints/linking/proptiming" }
 timing when constraint propagation should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS)
 
constexpr Param< int > SEPAFREQ { "constraints/linking/sepafreq" }
 frequency for separating cuts (-1: never, 0: only in root node)
 

Detailed Description

Parameters with prefix constraints/linking.

Variable Documentation

◆ DELAYPROP

constexpr Param<bool> scippp::params::CONSTRAINTS::LINKING::DELAYPROP { "constraints/linking/delayprop" }
constexpr

should propagation method be delayed, if other propagators found reductions?

Definition at line 1369 of file parameters.hpp.

◆ DELAYSEPA

constexpr Param<bool> scippp::params::CONSTRAINTS::LINKING::DELAYSEPA { "constraints/linking/delaysepa" }
constexpr

should separation method be delayed, if other separators found cuts?

Definition at line 1367 of file parameters.hpp.

◆ EAGERFREQ

constexpr Param<int> scippp::params::CONSTRAINTS::LINKING::EAGERFREQ { "constraints/linking/eagerfreq" }
constexpr

frequency for using all instead of only the useful constraints in separation, propagation and enforcement (-1: never, 0: only in first evaluation)

Definition at line 1363 of file parameters.hpp.

◆ LINEARIZE

constexpr Param<bool> scippp::params::CONSTRAINTS::LINKING::LINEARIZE { "constraints/linking/linearize" }
constexpr

this constraint will not propagate or separate, linear and setppc are used?

Definition at line 1373 of file parameters.hpp.

◆ MAXPREROUNDS

constexpr Param<int> scippp::params::CONSTRAINTS::LINKING::MAXPREROUNDS { "constraints/linking/maxprerounds" }
constexpr

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

Definition at line 1365 of file parameters.hpp.

◆ PRESOLTIMING

constexpr Param<int> scippp::params::CONSTRAINTS::LINKING::PRESOLTIMING { "constraints/linking/presoltiming" }
constexpr

timing mask of the constraint handler's presolving method (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)

Definition at line 1371 of file parameters.hpp.

◆ PROPFREQ

constexpr Param<int> scippp::params::CONSTRAINTS::LINKING::PROPFREQ { "constraints/linking/propfreq" }
constexpr

frequency for propagating domains (-1: never, 0: only in root node)

Definition at line 1358 of file parameters.hpp.

◆ PROPTIMING

constexpr Param<int> scippp::params::CONSTRAINTS::LINKING::PROPTIMING { "constraints/linking/proptiming" }
constexpr

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

Definition at line 1360 of file parameters.hpp.

◆ SEPAFREQ

constexpr Param<int> scippp::params::CONSTRAINTS::LINKING::SEPAFREQ { "constraints/linking/sepafreq" }
constexpr

frequency for separating cuts (-1: never, 0: only in root node)

Definition at line 1356 of file parameters.hpp.