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

Parameters with prefix constraints/symresack. More...

Variables

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

Detailed Description

Parameters with prefix constraints/symresack.

Variable Documentation

◆ CHECKMONOTONICITY

Param<bool> scippp::params::CONSTRAINTS::SYMRESACK::CHECKMONOTONICITY { "constraints/symresack/checkmonotonicity" }
constexpr

Check whether permutation is monotone when upgrading to packing/partioning symresacks?

Definition at line 1901 of file parameters.hpp.

◆ DELAYPROP

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

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

Definition at line 1895 of file parameters.hpp.

◆ DELAYSEPA

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

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

Definition at line 1893 of file parameters.hpp.

◆ EAGERFREQ

Param<int> scippp::params::CONSTRAINTS::SYMRESACK::EAGERFREQ { "constraints/symresack/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 1889 of file parameters.hpp.

◆ FORCECONSCOPY

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

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

Definition at line 1903 of file parameters.hpp.

◆ MAXPREROUNDS

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

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

Definition at line 1891 of file parameters.hpp.

◆ PPSYMRESACK

Param<bool> scippp::params::CONSTRAINTS::SYMRESACK::PPSYMRESACK { "constraints/symresack/ppsymresack" }
constexpr

Upgrade symresack constraints to packing/partioning symresacks?

Definition at line 1899 of file parameters.hpp.

◆ PRESOLTIMING

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

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

Definition at line 1897 of file parameters.hpp.

◆ PROPFREQ

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

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

Definition at line 1884 of file parameters.hpp.

◆ PROPTIMING

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

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

Definition at line 1886 of file parameters.hpp.

◆ SEPAFREQ

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

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

Definition at line 1882 of file parameters.hpp.