Parameters with prefix separating/closecuts. More...
Variables | |
constexpr Param< int > | CLOSETHRES { "separating/closecuts/closethres" } |
threshold on number of generated cuts below which the ordinary separation is started | |
constexpr Param< bool > | DELAY { "separating/closecuts/delay" } |
should separator be delayed, if other separators found cuts? | |
constexpr Param< int > | EXPBACKOFF { "separating/closecuts/expbackoff" } |
base for exponential increase of frequency at which separator <closecuts> is called (1: call at each multiple of frequency) | |
constexpr Param< int > | FREQ { "separating/closecuts/freq" } |
frequency for calling separator <closecuts> (-1: never, 0: only in root node) | |
constexpr Param< bool > | INCLOBJCUTOFF { "separating/closecuts/inclobjcutoff" } |
include an objective cutoff when computing the relative interior? | |
constexpr Param< double > | MAXBOUNDDIST { "separating/closecuts/maxbounddist" } |
maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separator <closecuts> (0.0: only on current best node, 1.0: on all nodes) | |
constexpr Param< double > | MAXLPITERFACTOR { "separating/closecuts/maxlpiterfactor" } |
factor for maximal LP iterations in relative interior computation compared to node LP iterations (negative for no limit) | |
constexpr Param< int > | MAXUNSUCCESSFUL { "separating/closecuts/maxunsuccessful" } |
turn off separation in current node after unsuccessful calls (-1 never turn off) | |
constexpr Param< int > | PRIORITY { "separating/closecuts/priority" } |
priority of separator <closecuts> | |
constexpr Param< bool > | RECOMPUTERELINT { "separating/closecuts/recomputerelint" } |
recompute relative interior point in each separation call? | |
constexpr Param< double > | SEPACOMBVALUE { "separating/closecuts/sepacombvalue" } |
convex combination value for close cuts | |
constexpr Param< bool > | SEPARELINT { "separating/closecuts/separelint" } |
generate close cuts w.r.t. relative interior point (best solution otherwise)? | |
Parameters with prefix separating/closecuts.
|
constexpr |
threshold on number of generated cuts below which the ordinary separation is started
Definition at line 6220 of file parameters.hpp.
|
constexpr |
should separator be delayed, if other separators found cuts?
Definition at line 6211 of file parameters.hpp.
|
constexpr |
base for exponential increase of frequency at which separator <closecuts> is called (1: call at each multiple of frequency)
Definition at line 6214 of file parameters.hpp.
|
constexpr |
frequency for calling separator <closecuts> (-1: never, 0: only in root node)
Definition at line 6206 of file parameters.hpp.
|
constexpr |
include an objective cutoff when computing the relative interior?
Definition at line 6222 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 <closecuts> (0.0: only on current best node, 1.0: on all nodes)
Definition at line 6209 of file parameters.hpp.
|
constexpr |
factor for maximal LP iterations in relative interior computation compared to node LP iterations (negative for no limit)
Definition at line 6229 of file parameters.hpp.
|
constexpr |
turn off separation in current node after unsuccessful calls (-1 never turn off)
Definition at line 6226 of file parameters.hpp.
|
constexpr |
priority of separator <closecuts>
Definition at line 6204 of file parameters.hpp.
|
constexpr |
recompute relative interior point in each separation call?
Definition at line 6224 of file parameters.hpp.
|
constexpr |
convex combination value for close cuts
Definition at line 6218 of file parameters.hpp.
|
constexpr |
generate close cuts w.r.t. relative interior point (best solution otherwise)?
Definition at line 6216 of file parameters.hpp.