Parameters with prefix heuristics/reoptsols. More...
Variables | |
constexpr Param< int > | FREQ { "heuristics/reoptsols/freq" } |
frequency for calling primal heuristic <reoptsols> (-1: never, 0: only at depth freqofs) | |
constexpr Param< int > | FREQOFS { "heuristics/reoptsols/freqofs" } |
frequency offset for calling primal heuristic <reoptsols> | |
constexpr Param< int > | MAXDEPTH { "heuristics/reoptsols/maxdepth" } |
maximal depth level to call primal heuristic <reoptsols> (-1: no limit) | |
constexpr Param< int > | MAXRUNS { "heuristics/reoptsols/maxruns" } |
check solutions of the last k runs. (-1: all) | |
constexpr Param< int > | MAXSOLS { "heuristics/reoptsols/maxsols" } |
maximal number solutions which should be checked. (-1: all) | |
constexpr Param< int > | PRIORITY { "heuristics/reoptsols/priority" } |
priority of heuristic <reoptsols> | |
Parameters with prefix heuristics/reoptsols.
|
constexpr |
frequency for calling primal heuristic <reoptsols> (-1: never, 0: only at depth freqofs)
Definition at line 3936 of file parameters.hpp.
|
constexpr |
frequency offset for calling primal heuristic <reoptsols>
Definition at line 3938 of file parameters.hpp.
|
constexpr |
maximal depth level to call primal heuristic <reoptsols> (-1: no limit)
Definition at line 3940 of file parameters.hpp.
|
constexpr |
check solutions of the last k runs. (-1: all)
Definition at line 3944 of file parameters.hpp.
|
constexpr |
maximal number solutions which should be checked. (-1: all)
Definition at line 3942 of file parameters.hpp.
|
constexpr |
priority of heuristic <reoptsols>
Definition at line 3934 of file parameters.hpp.