Parameters with prefix heuristics/trustregion. More...
Variables | |
constexpr Param< int > | BESTSOLLIMIT { "heuristics/trustregion/bestsollimit" } |
limit on number of improving incumbent solutions in sub-CIP | |
constexpr Param< bool > | COPYCUTS { "heuristics/trustregion/copycuts" } |
if uselprows == FALSE, should all active cuts from cutpool be copied to constraints in subproblem? | |
constexpr Param< int > | FREQ { "heuristics/trustregion/freq" } |
frequency for calling primal heuristic <trustregion> (-1: never, 0: only at depth freqofs) | |
constexpr Param< int > | FREQOFS { "heuristics/trustregion/freqofs" } |
frequency offset for calling primal heuristic <trustregion> | |
constexpr Param< double > | LPLIMFAC { "heuristics/trustregion/lplimfac" } |
factor by which the limit on the number of LP depends on the node limit | |
constexpr Param< int > | MAXDEPTH { "heuristics/trustregion/maxdepth" } |
maximal depth level to call primal heuristic <trustregion> (-1: no limit) | |
constexpr Param< int > | MAXNODES { "heuristics/trustregion/maxnodes" } |
maximum number of nodes to regard in the subproblem | |
constexpr Param< int > | MINBINVARS { "heuristics/trustregion/minbinvars" } |
the number of binary variables necessary to run the heuristic | |
constexpr Param< int > | MINNODES { "heuristics/trustregion/minnodes" } |
minimum number of nodes required to start the subproblem | |
constexpr Param< int > | NODESOFS { "heuristics/trustregion/nodesofs" } |
number of nodes added to the contingent of the total nodes | |
constexpr Param< double > | NODESQUOT { "heuristics/trustregion/nodesquot" } |
contingent of sub problem nodes in relation to the number of nodes of the original problem | |
constexpr Param< int > | NWAITINGNODES { "heuristics/trustregion/nwaitingnodes" } |
number of nodes without incumbent change that heuristic should wait | |
constexpr Param< double > | OBJMINIMPROVE { "heuristics/trustregion/objminimprove" } |
the minimum absolute improvement in the objective function value | |
constexpr Param< int > | PRIORITY { "heuristics/trustregion/priority" } |
priority of heuristic <trustregion> | |
constexpr Param< bool > | USELPROWS { "heuristics/trustregion/uselprows" } |
should subproblem be created out of the rows in the LP rows? | |
constexpr Param< double > | VIOLPENALTY { "heuristics/trustregion/violpenalty" } |
the penalty for each change in the binary variables from the candidate solution | |
Parameters with prefix heuristics/trustregion.
|
constexpr |
limit on number of improving incumbent solutions in sub-CIP
Definition at line 4414 of file parameters.hpp.
|
constexpr |
if uselprows == FALSE, should all active cuts from cutpool be copied to constraints in subproblem?
Definition at line 4412 of file parameters.hpp.
|
constexpr |
frequency for calling primal heuristic <trustregion> (-1: never, 0: only at depth freqofs)
Definition at line 4390 of file parameters.hpp.
|
constexpr |
frequency offset for calling primal heuristic <trustregion>
Definition at line 4392 of file parameters.hpp.
|
constexpr |
factor by which the limit on the number of LP depends on the node limit
Definition at line 4402 of file parameters.hpp.
|
constexpr |
maximal depth level to call primal heuristic <trustregion> (-1: no limit)
Definition at line 4394 of file parameters.hpp.
|
constexpr |
maximum number of nodes to regard in the subproblem
Definition at line 4406 of file parameters.hpp.
|
constexpr |
the number of binary variables necessary to run the heuristic
Definition at line 4398 of file parameters.hpp.
|
constexpr |
minimum number of nodes required to start the subproblem
Definition at line 4404 of file parameters.hpp.
|
constexpr |
number of nodes added to the contingent of the total nodes
Definition at line 4396 of file parameters.hpp.
|
constexpr |
contingent of sub problem nodes in relation to the number of nodes of the original problem
Definition at line 4400 of file parameters.hpp.
|
constexpr |
number of nodes without incumbent change that heuristic should wait
Definition at line 4408 of file parameters.hpp.
|
constexpr |
the minimum absolute improvement in the objective function value
Definition at line 4418 of file parameters.hpp.
|
constexpr |
priority of heuristic <trustregion>
Definition at line 4388 of file parameters.hpp.
|
constexpr |
should subproblem be created out of the rows in the LP rows?
Definition at line 4410 of file parameters.hpp.
|
constexpr |
the penalty for each change in the binary variables from the candidate solution
Definition at line 4416 of file parameters.hpp.