Parameters with prefix separating. More...
Namespaces | |
| namespace | AGGREGATION |
| Parameters with prefix separating/aggregation. | |
| namespace | CGMIP |
| Parameters with prefix separating/cgmip. | |
| namespace | CLIQUE |
| Parameters with prefix separating/clique. | |
| namespace | CLOSECUTS |
| Parameters with prefix separating/closecuts. | |
| namespace | CMIR |
| Parameters with prefix separating/cmir. | |
| namespace | CONVEXPROJ |
| Parameters with prefix separating/convexproj. | |
| namespace | DISJUNCTIVE |
| Parameters with prefix separating/disjunctive. | |
| namespace | ECCUTS |
| Parameters with prefix separating/eccuts. | |
| namespace | FLOWCOVER |
| Parameters with prefix separating/flowcover. | |
| namespace | FLOWER |
| Parameters with prefix separating/flower. | |
| namespace | GAUGE |
| Parameters with prefix separating/gauge. | |
| namespace | GOMORY |
| Parameters with prefix separating/gomory. | |
| namespace | GOMORYMI |
| Parameters with prefix separating/gomorymi. | |
| namespace | IMPLIEDBOUNDS |
| Parameters with prefix separating/impliedbounds. | |
| namespace | INTERMINOR |
| Parameters with prefix separating/interminor. | |
| namespace | INTOBJ |
| Parameters with prefix separating/intobj. | |
| namespace | KNAPSACKCOVER |
| Parameters with prefix separating/knapsackcover. | |
| namespace | LAGROMORY |
| Parameters with prefix separating/lagromory. | |
| namespace | MCF |
| Parameters with prefix separating/mcf. | |
| namespace | MINOR |
| Parameters with prefix separating/minor. | |
| namespace | MIXING |
| Parameters with prefix separating/mixing. | |
| namespace | ODDCYCLE |
| Parameters with prefix separating/oddcycle. | |
| namespace | RAPIDLEARNING |
| Parameters with prefix separating/rapidlearning. | |
| namespace | RLT |
| Parameters with prefix separating/rlt. | |
| namespace | STRONGCG |
| Parameters with prefix separating/strongcg. | |
| namespace | ZEROHALF |
| Parameters with prefix separating/zerohalf. | |
Variables | |
| constexpr Param< int > | CUTAGELIMIT { "separating/cutagelimit" } |
| maximum age a cut can reach before it is deleted from the global cut pool, or -1 to keep all cuts | |
| constexpr Param< char > | CUTSELRESTART { "separating/cutselrestart" } |
| cut selection during restart ('a'ge, activity 'q'uotient) | |
| constexpr Param< char > | CUTSELSUBSCIP { "separating/cutselsubscip" } |
| cut selection for sub SCIPs ('a'ge, activity 'q'uotient) | |
| constexpr Param< char > | EFFICACYNORM { "separating/efficacynorm" } |
| row norm to use for efficacy calculation ('e'uclidean, 'm'aximum, 's'um, 'd'iscrete) | |
| constexpr Param< bool > | FILTERCUTPOOLREL { "separating/filtercutpoolrel" } |
| should cutpool separate only cuts with high relative efficacy? | |
| constexpr Param< int > | MAXADDROUNDS { "separating/maxaddrounds" } |
| maximal additional number of separation rounds in subsequent price-and-cut loops (-1: no additional restriction) | |
| constexpr Param< double > | MAXBOUNDDIST { "separating/maxbounddist" } |
| maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separation (0.0: only on current best node, 1.0: on all nodes) | |
| constexpr Param< double > | MAXCOEFRATIO { "separating/maxcoefratio" } |
| maximal ratio between coefficients in strongcg, cmir, and flowcover cuts | |
| constexpr Param< double > | MAXCOEFRATIOFACROWPREP { "separating/maxcoefratiofacrowprep" } |
| maximal ratio between coefficients (as factor of 1/feastol) to ensure in rowprep cleanup | |
| constexpr Param< int > | MAXCUTS { "separating/maxcuts" } |
| maximal number of cuts separated per separation round (0: disable local separation) | |
| constexpr Param< double > | MAXCUTSGENFACTOR { "separating/maxcutsgenfactor" } |
| factor w.r.t. | |
| constexpr Param< int > | MAXCUTSROOT { "separating/maxcutsroot" } |
| maximal number of separated cuts per separation round at the root node (0: disable root node separation) | |
| constexpr Param< double > | MAXCUTSROOTGENFACTOR { "separating/maxcutsrootgenfactor" } |
| factor w.r.t. | |
| constexpr Param< double > | MAXLOCALBOUNDDIST { "separating/maxlocalbounddist" } |
| maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying local separation (0.0: only on current best node, 1.0: on all nodes) | |
| constexpr Param< int > | MAXROUNDS { "separating/maxrounds" } |
| maximal number of separation rounds per node (-1: unlimited) | |
| constexpr Param< int > | MAXROUNDSROOT { "separating/maxroundsroot" } |
| maximal number of separation rounds in the root node (-1: unlimited) | |
| constexpr Param< int > | MAXROUNDSROOTSUBRUN { "separating/maxroundsrootsubrun" } |
| maximal number of separation rounds in the root node of a subsequent run (-1: unlimited) | |
| constexpr Param< int > | MAXRUNS { "separating/maxruns" } |
| maximal number of runs for which separation is enabled (-1: unlimited) | |
| constexpr Param< int > | MAXSTALLROUNDS { "separating/maxstallrounds" } |
| maximal number of consecutive separation rounds without objective or integrality improvement in local nodes (-1: no additional restriction) | |
| constexpr Param< int > | MAXSTALLROUNDSROOT { "separating/maxstallroundsroot" } |
| maximal number of consecutive separation rounds without objective or integrality improvement in the root node (-1: no additional restriction) | |
| constexpr Param< double > | MINACTIVITYQUOT { "separating/minactivityquot" } |
| minimum cut activity quotient to convert cuts into constraints during a restart (0.0: all cuts are converted) | |
| constexpr Param< double > | MINEFFICACY { "separating/minefficacy" } |
| minimal efficacy for a cut to enter the LP | |
| constexpr Param< double > | MINEFFICACYROOT { "separating/minefficacyroot" } |
| minimal efficacy for a cut to enter the LP in the root node | |
| constexpr Param< char > | ORTHOFUNC { "separating/orthofunc" } |
| function used for calc. scalar prod. in orthogonality test ('e'uclidean, 'd'iscrete) | |
| constexpr Param< int > | POOLFREQ { "separating/poolfreq" } |
| separation frequency for the global cut pool (-1: disable global cut pool, 0: only separate pool at the root) | |
Parameters with prefix separating.
|
constexpr |
maximum age a cut can reach before it is deleted from the global cut pool, or -1 to keep all cuts
Definition at line 6278 of file parameters.hpp.
|
constexpr |
cut selection during restart ('a'ge, activity 'q'uotient)
Definition at line 6252 of file parameters.hpp.
|
constexpr |
cut selection for sub SCIPs ('a'ge, activity 'q'uotient)
Definition at line 6254 of file parameters.hpp.
|
constexpr |
row norm to use for efficacy calculation ('e'uclidean, 'm'aximum, 's'um, 'd'iscrete)
Definition at line 6250 of file parameters.hpp.
|
constexpr |
should cutpool separate only cuts with high relative efficacy?
Definition at line 6256 of file parameters.hpp.
|
constexpr |
maximal additional number of separation rounds in subsequent price-and-cut loops (-1: no additional restriction)
Definition at line 6266 of file parameters.hpp.
|
constexpr |
maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separation (0.0: only on current best node, 1.0: on all nodes)
Definition at line 6227 of file parameters.hpp.
|
constexpr |
maximal ratio between coefficients in strongcg, cmir, and flowcover cuts
Definition at line 6232 of file parameters.hpp.
|
constexpr |
maximal ratio between coefficients (as factor of 1/feastol) to ensure in rowprep cleanup
Definition at line 6234 of file parameters.hpp.
|
constexpr |
maximal number of cuts separated per separation round (0: disable local separation)
Definition at line 6274 of file parameters.hpp.
|
constexpr |
factor w.r.t.
maxcuts for maximal number of cuts generated per separation round (-1.0: no limit, >= 0.0: valid finite limit)
Definition at line 6243 of file parameters.hpp.
|
constexpr |
maximal number of separated cuts per separation round at the root node (0: disable root node separation)
Definition at line 6276 of file parameters.hpp.
|
constexpr |
factor w.r.t.
maxcutsroot for maximal number of generated cuts per separation round at the root node (-1.0: no limit, >= 0.0: valid finite limit)
Definition at line 6246 of file parameters.hpp.
|
constexpr |
maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying local separation (0.0: only on current best node, 1.0: on all nodes)
Definition at line 6230 of file parameters.hpp.
|
constexpr |
maximal number of separation rounds per node (-1: unlimited)
Definition at line 6260 of file parameters.hpp.
|
constexpr |
maximal number of separation rounds in the root node (-1: unlimited)
Definition at line 6262 of file parameters.hpp.
|
constexpr |
maximal number of separation rounds in the root node of a subsequent run (-1: unlimited)
Definition at line 6264 of file parameters.hpp.
|
constexpr |
maximal number of runs for which separation is enabled (-1: unlimited)
Definition at line 6258 of file parameters.hpp.
|
constexpr |
maximal number of consecutive separation rounds without objective or integrality improvement in local nodes (-1: no additional restriction)
Definition at line 6269 of file parameters.hpp.
|
constexpr |
maximal number of consecutive separation rounds without objective or integrality improvement in the root node (-1: no additional restriction)
Definition at line 6272 of file parameters.hpp.
|
constexpr |
minimum cut activity quotient to convert cuts into constraints during a restart (0.0: all cuts are converted)
Definition at line 6240 of file parameters.hpp.
|
constexpr |
minimal efficacy for a cut to enter the LP
Definition at line 6236 of file parameters.hpp.
|
constexpr |
minimal efficacy for a cut to enter the LP in the root node
Definition at line 6238 of file parameters.hpp.
|
constexpr |
function used for calc. scalar prod. in orthogonality test ('e'uclidean, 'd'iscrete)
Definition at line 6248 of file parameters.hpp.
|
constexpr |
separation frequency for the global cut pool (-1: disable global cut pool, 0: only separate pool at the root)
Definition at line 6280 of file parameters.hpp.