Parameters with prefix constraints. More...
Namespaces | |
| namespace | AND |
| Parameters with prefix constraints/and. | |
| namespace | BENDERS |
| Parameters with prefix constraints/benders. | |
| namespace | BENDERSLP |
| Parameters with prefix constraints/benderslp. | |
| namespace | BOUNDDISJUNCTION |
| Parameters with prefix constraints/bounddisjunction. | |
| namespace | CARDINALITY |
| Parameters with prefix constraints/cardinality. | |
| namespace | COMPONENTS |
| Parameters with prefix constraints/components. | |
| namespace | CONJUNCTION |
| Parameters with prefix constraints/conjunction. | |
| namespace | COUNTSOLS |
| Parameters with prefix constraints/countsols. | |
| namespace | CUMULATIVE |
| Parameters with prefix constraints/cumulative. | |
| namespace | DISJUNCTION |
| Parameters with prefix constraints/disjunction. | |
| namespace | EXACTLINEAR |
| Parameters with prefix constraints/exactlinear. | |
| namespace | EXACTSOL |
| Parameters with prefix constraints/exactsol. | |
| namespace | FIXEDVAR |
| Parameters with prefix constraints/fixedvar. | |
| namespace | INDICATOR |
| Parameters with prefix constraints/indicator. | |
| namespace | INTEGRAL |
| Parameters with prefix constraints/integral. | |
| namespace | KNAPSACK |
| Parameters with prefix constraints/knapsack. | |
| namespace | LINEAR |
| Parameters with prefix constraints/linear. | |
| namespace | LINKING |
| Parameters with prefix constraints/linking. | |
| namespace | LOGICOR |
| Parameters with prefix constraints/logicor. | |
| namespace | NONLINEAR |
| Parameters with prefix constraints/nonlinear. | |
| namespace | OR |
| Parameters with prefix constraints/or. | |
| namespace | ORBISACK |
| Parameters with prefix constraints/orbisack. | |
| namespace | ORBITOPE_FULL |
| Parameters with prefix constraints/orbitope_full. | |
| namespace | ORBITOPE_PP |
| Parameters with prefix constraints/orbitope_pp. | |
| namespace | PSEUDOBOOLEAN |
| Parameters with prefix constraints/pseudoboolean. | |
| namespace | SETPPC |
| Parameters with prefix constraints/setppc. | |
| namespace | SOS1 |
| Parameters with prefix constraints/sos1. | |
| namespace | SOS2 |
| Parameters with prefix constraints/sos2. | |
| namespace | SUPERINDICATOR |
| Parameters with prefix constraints/superindicator. | |
| namespace | SYMRESACK |
| Parameters with prefix constraints/symresack. | |
| namespace | VARBOUND |
| Parameters with prefix constraints/varbound. | |
| namespace | XOR |
| Parameters with prefix constraints/xor. | |
Variables | |
| constexpr Param< int > | AGELIMIT { "constraints/agelimit" } |
| maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints) | |
| constexpr Param< bool > | DISABLEENFOPS { "constraints/disableenfops" } |
| should enforcement of pseudo solution be disabled? | |
| constexpr Param< int > | OBSOLETEAGE { "constraints/obsoleteage" } |
| age of a constraint after which it is marked obsolete (0: dynamic, -1 do not mark constraints obsolete) | |
Parameters with prefix constraints.
|
constexpr |
maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
Definition at line 835 of file parameters.hpp.
|
constexpr |
should enforcement of pseudo solution be disabled?
Definition at line 839 of file parameters.hpp.
|
constexpr |
age of a constraint after which it is marked obsolete (0: dynamic, -1 do not mark constraints obsolete)
Definition at line 837 of file parameters.hpp.