Parameters with prefix separating/aggregation. More...
Variables | |
constexpr Param< double > | AGGRTOL { "separating/aggregation/aggrtol" } |
tolerance for bound distances used to select continuous variable in current aggregated constraint to be eliminated | |
constexpr Param< bool > | DELAY { "separating/aggregation/delay" } |
should separator be delayed, if other separators found cuts? | |
constexpr Param< int > | DENSITYOFFSET { "separating/aggregation/densityoffset" } |
additional number of variables allowed in row on top of density | |
constexpr Param< double > | DENSITYSCORE { "separating/aggregation/densityscore" } |
weight of row density in the aggregation scoring of the rows | |
constexpr Param< bool > | DYNAMICCUTS { "separating/aggregation/dynamiccuts" } |
should generated cuts be removed from the LP if they are no longer tight? | |
constexpr Param< int > | EXPBACKOFF { "separating/aggregation/expbackoff" } |
base for exponential increase of frequency at which separator <aggregation> is called (1: call at each multiple of frequency) | |
constexpr Param< bool > | FIXINTEGRALRHS { "separating/aggregation/fixintegralrhs" } |
should an additional variable be complemented if f0 = 0? | |
constexpr Param< int > | FREQ { "separating/aggregation/freq" } |
frequency for calling separator <aggregation> (-1: never, 0: only in root node) | |
constexpr Param< double > | MAXAGGDENSITY { "separating/aggregation/maxaggdensity" } |
maximal density of aggregated row | |
constexpr Param< int > | MAXAGGRS { "separating/aggregation/maxaggrs" } |
maximal number of aggregations for each row per separation round | |
constexpr Param< int > | MAXAGGRSROOT { "separating/aggregation/maxaggrsroot" } |
maximal number of aggregations for each row per separation round in the root node | |
constexpr Param< double > | MAXBOUNDDIST { "separating/aggregation/maxbounddist" } |
maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separator <aggregation> (0.0: only on current best node, 1.0: on all nodes) | |
constexpr Param< int > | MAXFAILS { "separating/aggregation/maxfails" } |
maximal number of consecutive unsuccessful aggregation tries (-1: unlimited) | |
constexpr Param< int > | MAXFAILSROOT { "separating/aggregation/maxfailsroot" } |
maximal number of consecutive unsuccessful aggregation tries in the root node (-1: unlimited) | |
constexpr Param< int > | MAXROUNDS { "separating/aggregation/maxrounds" } |
maximal number of cmir separation rounds per node (-1: unlimited) | |
constexpr Param< int > | MAXROUNDSROOT { "separating/aggregation/maxroundsroot" } |
maximal number of cmir separation rounds in the root node (-1: unlimited) | |
constexpr Param< double > | MAXROWDENSITY { "separating/aggregation/maxrowdensity" } |
maximal density of row to be used in aggregation | |
constexpr Param< double > | MAXROWFAC { "separating/aggregation/maxrowfac" } |
maximal row aggregation factor | |
constexpr Param< int > | MAXSEPACUTS { "separating/aggregation/maxsepacuts" } |
maximal number of cmir cuts separated per separation round | |
constexpr Param< int > | MAXSEPACUTSROOT { "separating/aggregation/maxsepacutsroot" } |
maximal number of cmir cuts separated per separation round in the root node | |
constexpr Param< double > | MAXSLACK { "separating/aggregation/maxslack" } |
maximal slack of rows to be used in aggregation | |
constexpr Param< double > | MAXSLACKROOT { "separating/aggregation/maxslackroot" } |
maximal slack of rows to be used in aggregation in the root node | |
constexpr Param< int > | MAXTESTDELTA { "separating/aggregation/maxtestdelta" } |
maximal number of different deltas to try (-1: unlimited) | |
constexpr Param< int > | MAXTRIES { "separating/aggregation/maxtries" } |
maximal number of rows to start aggregation with per separation round (-1: unlimited) | |
constexpr Param< int > | MAXTRIESROOT { "separating/aggregation/maxtriesroot" } |
maximal number of rows to start aggregation with per separation round in the root node (-1: unlimited) | |
constexpr Param< int > | PRIORITY { "separating/aggregation/priority" } |
priority of separator <aggregation> | |
constexpr Param< double > | SLACKSCORE { "separating/aggregation/slackscore" } |
weight of slack in the aggregation scoring of the rows | |
constexpr Param< bool > | TRYNEGSCALING { "separating/aggregation/trynegscaling" } |
should negative values also be tested in scaling? | |
Parameters with prefix separating/aggregation.
|
constexpr |
tolerance for bound distances used to select continuous variable in current aggregated constraint to be eliminated
Definition at line 6073 of file parameters.hpp.
|
constexpr |
should separator be delayed, if other separators found cuts?
Definition at line 6029 of file parameters.hpp.
|
constexpr |
additional number of variables allowed in row on top of density
Definition at line 6066 of file parameters.hpp.
|
constexpr |
weight of row density in the aggregation scoring of the rows
Definition at line 6058 of file parameters.hpp.
|
constexpr |
should generated cuts be removed from the LP if they are no longer tight?
Definition at line 6079 of file parameters.hpp.
|
constexpr |
base for exponential increase of frequency at which separator <aggregation> is called (1: call at each multiple of frequency)
Definition at line 6032 of file parameters.hpp.
|
constexpr |
should an additional variable be complemented if f0 = 0?
Definition at line 6077 of file parameters.hpp.
|
constexpr |
frequency for calling separator <aggregation> (-1: never, 0: only in root node)
Definition at line 6024 of file parameters.hpp.
|
constexpr |
maximal density of aggregated row
Definition at line 6062 of file parameters.hpp.
|
constexpr |
maximal number of aggregations for each row per separation round
Definition at line 6046 of file parameters.hpp.
|
constexpr |
maximal number of aggregations for each row per separation round in the root node
Definition at line 6048 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 separator <aggregation> (0.0: only on current best node, 1.0: on all nodes)
Definition at line 6027 of file parameters.hpp.
|
constexpr |
maximal number of consecutive unsuccessful aggregation tries (-1: unlimited)
Definition at line 6042 of file parameters.hpp.
|
constexpr |
maximal number of consecutive unsuccessful aggregation tries in the root node (-1: unlimited)
Definition at line 6044 of file parameters.hpp.
|
constexpr |
maximal number of cmir separation rounds per node (-1: unlimited)
Definition at line 6034 of file parameters.hpp.
|
constexpr |
maximal number of cmir separation rounds in the root node (-1: unlimited)
Definition at line 6036 of file parameters.hpp.
|
constexpr |
maximal density of row to be used in aggregation
Definition at line 6064 of file parameters.hpp.
|
constexpr |
maximal row aggregation factor
Definition at line 6068 of file parameters.hpp.
|
constexpr |
maximal number of cmir cuts separated per separation round
Definition at line 6050 of file parameters.hpp.
|
constexpr |
maximal number of cmir cuts separated per separation round in the root node
Definition at line 6052 of file parameters.hpp.
|
constexpr |
maximal slack of rows to be used in aggregation
Definition at line 6054 of file parameters.hpp.
|
constexpr |
maximal slack of rows to be used in aggregation in the root node
Definition at line 6056 of file parameters.hpp.
|
constexpr |
maximal number of different deltas to try (-1: unlimited)
Definition at line 6070 of file parameters.hpp.
|
constexpr |
maximal number of rows to start aggregation with per separation round (-1: unlimited)
Definition at line 6038 of file parameters.hpp.
|
constexpr |
maximal number of rows to start aggregation with per separation round in the root node (-1: unlimited)
Definition at line 6040 of file parameters.hpp.
|
constexpr |
priority of separator <aggregation>
Definition at line 6022 of file parameters.hpp.
|
constexpr |
weight of slack in the aggregation scoring of the rows
Definition at line 6060 of file parameters.hpp.
|
constexpr |
should negative values also be tested in scaling?
Definition at line 6075 of file parameters.hpp.