Parameters with prefix separating/minor. More...
Variables | |
constexpr Param< bool > | DELAY { "separating/minor/delay" } |
should separator be delayed, if other separators found cuts? | |
constexpr Param< int > | EXPBACKOFF { "separating/minor/expbackoff" } |
base for exponential increase of frequency at which separator <minor> is called (1: call at each multiple of frequency) | |
constexpr Param< int > | FREQ { "separating/minor/freq" } |
frequency for calling separator <minor> (-1: never, 0: only in root node) | |
constexpr Param< bool > | IGNOREPACKINGCONSS { "separating/minor/ignorepackingconss" } |
whether to ignore circle packing constraints during minor detection | |
constexpr Param< double > | MAXBOUNDDIST { "separating/minor/maxbounddist" } |
maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separator <minor> (0.0: only on current best node, 1.0: on all nodes) | |
constexpr Param< int > | MAXMINORSCONST { "separating/minor/maxminorsconst" } |
constant for the maximum number of minors, i.e., max(const, fac * # quadratic terms) | |
constexpr Param< double > | MAXMINORSFAC { "separating/minor/maxminorsfac" } |
factor for the maximum number of minors, i.e., max(const, fac * # quadratic terms) | |
constexpr Param< int > | MAXROUNDS { "separating/minor/maxrounds" } |
maximal number of separation rounds per node (-1: unlimited) | |
constexpr Param< int > | MAXROUNDSROOT { "separating/minor/maxroundsroot" } |
maximal number of separation rounds in the root node (-1: unlimited) | |
constexpr Param< double > | MINCUTVIOL { "separating/minor/mincutviol" } |
minimum required violation of a cut | |
constexpr Param< int > | PRIORITY { "separating/minor/priority" } |
priority of separator <minor> | |
Parameters with prefix separating/minor.
|
constexpr |
should separator be delayed, if other separators found cuts?
Definition at line 6684 of file parameters.hpp.
|
constexpr |
base for exponential increase of frequency at which separator <minor> is called (1: call at each multiple of frequency)
Definition at line 6687 of file parameters.hpp.
|
constexpr |
frequency for calling separator <minor> (-1: never, 0: only in root node)
Definition at line 6679 of file parameters.hpp.
|
constexpr |
whether to ignore circle packing constraints during minor detection
Definition at line 6699 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 <minor> (0.0: only on current best node, 1.0: on all nodes)
Definition at line 6682 of file parameters.hpp.
|
constexpr |
constant for the maximum number of minors, i.e., max(const, fac * # quadratic terms)
Definition at line 6689 of file parameters.hpp.
|
constexpr |
factor for the maximum number of minors, i.e., max(const, fac * # quadratic terms)
Definition at line 6691 of file parameters.hpp.
|
constexpr |
maximal number of separation rounds per node (-1: unlimited)
Definition at line 6695 of file parameters.hpp.
|
constexpr |
maximal number of separation rounds in the root node (-1: unlimited)
Definition at line 6697 of file parameters.hpp.
|
constexpr |
minimum required violation of a cut
Definition at line 6693 of file parameters.hpp.
|
constexpr |
priority of separator <minor>
Definition at line 6677 of file parameters.hpp.