Parameters with prefix separating/disjunctive. More...
Variables | |
constexpr Param< bool > | DELAY { "separating/disjunctive/delay" } |
should separator be delayed, if other separators found cuts? | |
constexpr Param< int > | EXPBACKOFF { "separating/disjunctive/expbackoff" } |
base for exponential increase of frequency at which separator <disjunctive> is called (1: call at each multiple of frequency) | |
constexpr Param< int > | FREQ { "separating/disjunctive/freq" } |
frequency for calling separator <disjunctive> (-1: never, 0: only in root node) | |
constexpr Param< double > | MAXBOUNDDIST { "separating/disjunctive/maxbounddist" } |
maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separator <disjunctive> (0.0: only on current best node, 1.0: on all nodes) | |
constexpr Param< int > | MAXCONFSDELAY { "separating/disjunctive/maxconfsdelay" } |
delay separation if number of conflict graph edges is larger than predefined value (-1: no limit) | |
constexpr Param< int > | MAXDEPTH { "separating/disjunctive/maxdepth" } |
node depth of separating bipartite disjunctive cuts (-1: no limit) | |
constexpr Param< int > | MAXINVCUTS { "separating/disjunctive/maxinvcuts" } |
maximal number of cuts investigated per iteration in a branching node | |
constexpr Param< int > | MAXINVCUTSROOT { "separating/disjunctive/maxinvcutsroot" } |
maximal number of cuts investigated per iteration in the root node | |
constexpr Param< int > | MAXRANK { "separating/disjunctive/maxrank" } |
maximal rank of a disj. cut that could not be scaled to integral coefficients (-1: unlimited) | |
constexpr Param< int > | MAXRANKINTEGRAL { "separating/disjunctive/maxrankintegral" } |
maximal rank of a disj. cut that could be scaled to integral coefficients (-1: unlimited) | |
constexpr Param< int > | MAXROUNDS { "separating/disjunctive/maxrounds" } |
maximal number of separation rounds per iteration in a branching node (-1: no limit) | |
constexpr Param< int > | MAXROUNDSROOT { "separating/disjunctive/maxroundsroot" } |
maximal number of separation rounds in the root node (-1: no limit) | |
constexpr Param< double > | MAXWEIGHTRANGE { "separating/disjunctive/maxweightrange" } |
maximal valid range max(|weights|)/min(|weights|) of row weights | |
constexpr Param< int > | PRIORITY { "separating/disjunctive/priority" } |
priority of separator <disjunctive> | |
constexpr Param< bool > | STRENGTHEN { "separating/disjunctive/strengthen" } |
strengthen cut if integer variables are present. | |
Parameters with prefix separating/disjunctive.
|
constexpr |
should separator be delayed, if other separators found cuts?
Definition at line 6275 of file parameters.hpp.
|
constexpr |
base for exponential increase of frequency at which separator <disjunctive> is called (1: call at each multiple of frequency)
Definition at line 6278 of file parameters.hpp.
|
constexpr |
frequency for calling separator <disjunctive> (-1: never, 0: only in root node)
Definition at line 6270 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 <disjunctive> (0.0: only on current best node, 1.0: on all nodes)
Definition at line 6273 of file parameters.hpp.
|
constexpr |
delay separation if number of conflict graph edges is larger than predefined value (-1: no limit)
Definition at line 6292 of file parameters.hpp.
|
constexpr |
node depth of separating bipartite disjunctive cuts (-1: no limit)
Definition at line 6282 of file parameters.hpp.
|
constexpr |
maximal number of cuts investigated per iteration in a branching node
Definition at line 6288 of file parameters.hpp.
|
constexpr |
maximal number of cuts investigated per iteration in the root node
Definition at line 6290 of file parameters.hpp.
|
constexpr |
maximal rank of a disj. cut that could not be scaled to integral coefficients (-1: unlimited)
Definition at line 6294 of file parameters.hpp.
|
constexpr |
maximal rank of a disj. cut that could be scaled to integral coefficients (-1: unlimited)
Definition at line 6296 of file parameters.hpp.
|
constexpr |
maximal number of separation rounds per iteration in a branching node (-1: no limit)
Definition at line 6284 of file parameters.hpp.
|
constexpr |
maximal number of separation rounds in the root node (-1: no limit)
Definition at line 6286 of file parameters.hpp.
|
constexpr |
maximal valid range max(|weights|)/min(|weights|) of row weights
Definition at line 6298 of file parameters.hpp.
|
constexpr |
priority of separator <disjunctive>
Definition at line 6268 of file parameters.hpp.
|
constexpr |
strengthen cut if integer variables are present.
Definition at line 6280 of file parameters.hpp.