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

Parameters with prefix constraints/orbitope. More...

Variables

constexpr Param< bool > CHECKPPORBITOPE { "constraints/orbitope/checkpporbitope" }
 Strengthen orbitope constraints to packing/partioning orbitopes?
 
constexpr Param< bool > DELAYPROP { "constraints/orbitope/delayprop" }
 should propagation method be delayed, if other propagators found reductions?
 
constexpr Param< bool > DELAYSEPA { "constraints/orbitope/delaysepa" }
 should separation method be delayed, if other separators found cuts?
 
constexpr Param< int > EAGERFREQ { "constraints/orbitope/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 > FORCECONSCOPY { "constraints/orbitope/forceconscopy" }
 Whether orbitope constraints should be forced to be copied to sub SCIPs.
 
constexpr Param< int > MAXPREROUNDS { "constraints/orbitope/maxprerounds" }
 maximal number of presolving rounds the constraint handler participates in (-1: no limit)
 
constexpr Param< int > PRESOLTIMING { "constraints/orbitope/presoltiming" }
 timing mask of the constraint handler's presolving method (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)
 
constexpr Param< int > PROPFREQ { "constraints/orbitope/propfreq" }
 frequency for propagating domains (-1: never, 0: only in root node)
 
constexpr Param< int > PROPTIMING { "constraints/orbitope/proptiming" }
 timing when constraint propagation should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS)
 
constexpr Param< int > SEPAFREQ { "constraints/orbitope/sepafreq" }
 frequency for separating cuts (-1: never, 0: only in root node)
 
constexpr Param< bool > SEPAFULLORBITOPE { "constraints/orbitope/sepafullorbitope" }
 Whether we separate inequalities for full orbitopes?
 

Detailed Description

Parameters with prefix constraints/orbitope.

Variable Documentation

◆ CHECKPPORBITOPE

constexpr Param<bool> scippp::params::CONSTRAINTS::ORBITOPE::CHECKPPORBITOPE { "constraints/orbitope/checkpporbitope" }
constexpr

Strengthen orbitope constraints to packing/partioning orbitopes?

Definition at line 1596 of file parameters.hpp.

◆ DELAYPROP

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

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

Definition at line 1592 of file parameters.hpp.

◆ DELAYSEPA

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

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

Definition at line 1590 of file parameters.hpp.

◆ EAGERFREQ

constexpr Param<int> scippp::params::CONSTRAINTS::ORBITOPE::EAGERFREQ { "constraints/orbitope/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 1586 of file parameters.hpp.

◆ FORCECONSCOPY

constexpr Param<bool> scippp::params::CONSTRAINTS::ORBITOPE::FORCECONSCOPY { "constraints/orbitope/forceconscopy" }
constexpr

Whether orbitope constraints should be forced to be copied to sub SCIPs.

Definition at line 1600 of file parameters.hpp.

◆ MAXPREROUNDS

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

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

Definition at line 1588 of file parameters.hpp.

◆ PRESOLTIMING

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

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

Definition at line 1594 of file parameters.hpp.

◆ PROPFREQ

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

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

Definition at line 1581 of file parameters.hpp.

◆ PROPTIMING

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

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

Definition at line 1583 of file parameters.hpp.

◆ SEPAFREQ

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

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

Definition at line 1579 of file parameters.hpp.

◆ SEPAFULLORBITOPE

constexpr Param<bool> scippp::params::CONSTRAINTS::ORBITOPE::SEPAFULLORBITOPE { "constraints/orbitope/sepafullorbitope" }
constexpr

Whether we separate inequalities for full orbitopes?

Definition at line 1598 of file parameters.hpp.