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 6336 of file parameters.hpp.
|
constexpr |
should separator be delayed, if other separators found cuts?
Definition at line 6292 of file parameters.hpp.
|
constexpr |
additional number of variables allowed in row on top of density
Definition at line 6329 of file parameters.hpp.
|
constexpr |
weight of row density in the aggregation scoring of the rows
Definition at line 6321 of file parameters.hpp.
|
constexpr |
should generated cuts be removed from the LP if they are no longer tight?
Definition at line 6342 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 6295 of file parameters.hpp.
|
constexpr |
should an additional variable be complemented if f0 = 0?
Definition at line 6340 of file parameters.hpp.
|
constexpr |
frequency for calling separator <aggregation> (-1: never, 0: only in root node)
Definition at line 6287 of file parameters.hpp.
|
constexpr |
maximal density of aggregated row
Definition at line 6325 of file parameters.hpp.
|
constexpr |
maximal number of aggregations for each row per separation round
Definition at line 6309 of file parameters.hpp.
|
constexpr |
maximal number of aggregations for each row per separation round in the root node
Definition at line 6311 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 6290 of file parameters.hpp.
|
constexpr |
maximal number of consecutive unsuccessful aggregation tries (-1: unlimited)
Definition at line 6305 of file parameters.hpp.
|
constexpr |
maximal number of consecutive unsuccessful aggregation tries in the root node (-1: unlimited)
Definition at line 6307 of file parameters.hpp.
|
constexpr |
maximal number of cmir separation rounds per node (-1: unlimited)
Definition at line 6297 of file parameters.hpp.
|
constexpr |
maximal number of cmir separation rounds in the root node (-1: unlimited)
Definition at line 6299 of file parameters.hpp.
|
constexpr |
maximal density of row to be used in aggregation
Definition at line 6327 of file parameters.hpp.
|
constexpr |
maximal row aggregation factor
Definition at line 6331 of file parameters.hpp.
|
constexpr |
maximal number of cmir cuts separated per separation round
Definition at line 6313 of file parameters.hpp.
|
constexpr |
maximal number of cmir cuts separated per separation round in the root node
Definition at line 6315 of file parameters.hpp.
|
constexpr |
maximal slack of rows to be used in aggregation
Definition at line 6317 of file parameters.hpp.
|
constexpr |
maximal slack of rows to be used in aggregation in the root node
Definition at line 6319 of file parameters.hpp.
|
constexpr |
maximal number of different deltas to try (-1: unlimited)
Definition at line 6333 of file parameters.hpp.
|
constexpr |
maximal number of rows to start aggregation with per separation round (-1: unlimited)
Definition at line 6301 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 6303 of file parameters.hpp.
|
constexpr |
priority of separator <aggregation>
Definition at line 6285 of file parameters.hpp.
|
constexpr |
weight of slack in the aggregation scoring of the rows
Definition at line 6323 of file parameters.hpp.
|
constexpr |
should negative values also be tested in scaling?
Definition at line 6338 of file parameters.hpp.