Parameters with prefix constraints/or. More...
Variables | |
| constexpr Param< bool > | DELAYPROP { "constraints/or/delayprop" } |
| should propagation method be delayed, if other propagators found reductions? | |
| constexpr Param< bool > | DELAYSEPA { "constraints/or/delaysepa" } |
| should separation method be delayed, if other separators found cuts? | |
| constexpr Param< int > | EAGERFREQ { "constraints/or/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< int > | MAXPREROUNDS { "constraints/or/maxprerounds" } |
| maximal number of presolving rounds the constraint handler participates in (-1: no limit) | |
| constexpr Param< int > | PRESOLTIMING { "constraints/or/presoltiming" } |
| timing mask of the constraint handler's presolving method (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL) | |
| constexpr Param< int > | PROPFREQ { "constraints/or/propfreq" } |
| frequency for propagating domains (-1: never, 0: only in root node) | |
| constexpr Param< int > | PROPTIMING { "constraints/or/proptiming" } |
| timing when constraint propagation should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS) | |
| constexpr Param< int > | SEPAFREQ { "constraints/or/sepafreq" } |
| frequency for separating cuts (-1: never, 0: only in root node) | |
Parameters with prefix constraints/or.
|
constexpr |
should propagation method be delayed, if other propagators found reductions?
Definition at line 1710 of file parameters.hpp.
|
constexpr |
should separation method be delayed, if other separators found cuts?
Definition at line 1708 of file parameters.hpp.
|
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 1704 of file parameters.hpp.
|
constexpr |
maximal number of presolving rounds the constraint handler participates in (-1: no limit)
Definition at line 1706 of file parameters.hpp.
|
constexpr |
timing mask of the constraint handler's presolving method (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)
Definition at line 1712 of file parameters.hpp.
|
constexpr |
frequency for propagating domains (-1: never, 0: only in root node)
Definition at line 1699 of file parameters.hpp.
|
constexpr |
timing when constraint propagation should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS)
Definition at line 1701 of file parameters.hpp.
|
constexpr |
frequency for separating cuts (-1: never, 0: only in root node)
Definition at line 1697 of file parameters.hpp.