Parameters with prefix heuristics/undercover. More...
Variables | |
constexpr Param< bool > | BEFORECUTS { "heuristics/undercover/beforecuts" } |
should the heuristic be called at root node before cut separation? | |
constexpr Param< double > | CONFLICTWEIGHT { "heuristics/undercover/conflictweight" } |
weight for conflict score in fixing order | |
constexpr Param< bool > | COPYCUTS { "heuristics/undercover/copycuts" } |
should all active cuts from cutpool be copied to constraints in subproblem? | |
constexpr Param< bool > | COVERAND { "heuristics/undercover/coverand" } |
should and constraints be covered (or just copied)? | |
constexpr Param< bool > | COVERBD { "heuristics/undercover/coverbd" } |
should bounddisjunction constraints be covered (or just copied)? | |
constexpr Param< bool > | COVERIND { "heuristics/undercover/coverind" } |
should indicator constraints be covered (or just copied)? | |
constexpr Param< char > | COVERINGOBJ { "heuristics/undercover/coveringobj" } |
objective function of the covering problem (influenced nonlinear 'c'onstraints/'t'erms, 'd'omain size, 'l'ocks, 'm'in of up/down locks, 'u'nit penalties) | |
constexpr Param< bool > | COVERNL { "heuristics/undercover/covernl" } |
should nonlinear constraints be covered (or just copied)? | |
constexpr Param< double > | CUTOFFWEIGHT { "heuristics/undercover/cutoffweight" } |
weight for cutoff score in fixing order | |
constexpr Param< std::string > | FIXINGALTS { "heuristics/undercover/fixingalts" } |
prioritized sequence of fixing values used ('l'p relaxation, 'n'lp relaxation, 'i'ncumbent solution) | |
constexpr Param< char > | FIXINGORDER { "heuristics/undercover/fixingorder" } |
order in which variables should be fixed (increasing 'C'onflict score, decreasing 'c'onflict score, increasing 'V'ariable index, decreasing 'v'ariable index | |
constexpr Param< bool > | FIXINTFIRST { "heuristics/undercover/fixintfirst" } |
should integer variables in the cover be fixed first? | |
constexpr Param< int > | FREQ { "heuristics/undercover/freq" } |
frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs) | |
constexpr Param< int > | FREQOFS { "heuristics/undercover/freqofs" } |
frequency offset for calling primal heuristic <undercover> | |
constexpr Param< double > | INFERENCEWEIGHT { "heuristics/undercover/inferenceweight" } |
weight for inference score in fixing order | |
constexpr Param< bool > | LOCKSROUNDING { "heuristics/undercover/locksrounding" } |
shall LP values for integer vars be rounded according to locks? | |
constexpr Param< int > | MAXBACKTRACKS { "heuristics/undercover/maxbacktracks" } |
maximum number of backtracks in fix-and-propagate | |
constexpr Param< double > | MAXCOVERSIZECONSS { "heuristics/undercover/maxcoversizeconss" } |
maximum coversize (as ratio to the percentage of non-affected constraints) | |
constexpr Param< double > | MAXCOVERSIZEVARS { "heuristics/undercover/maxcoversizevars" } |
maximum coversize (as fraction of total number of variables) | |
constexpr Param< int > | MAXDEPTH { "heuristics/undercover/maxdepth" } |
maximal depth level to call primal heuristic <undercover> (-1: no limit) | |
constexpr Param< long long > | MAXNODES { "heuristics/undercover/maxnodes" } |
maximum number of nodes to regard in the subproblem | |
constexpr Param< int > | MAXRECOVERS { "heuristics/undercover/maxrecovers" } |
maximum number of recoverings | |
constexpr Param< int > | MAXREORDERS { "heuristics/undercover/maxreorders" } |
maximum number of reorderings of the fixing order | |
constexpr Param< int > | MINCOVEREDABS { "heuristics/undercover/mincoveredabs" } |
minimum number of nonlinear constraints in the original problem | |
constexpr Param< double > | MINCOVEREDREL { "heuristics/undercover/mincoveredrel" } |
minimum percentage of nonlinear constraints in the original problem | |
constexpr Param< double > | MINIMPROVE { "heuristics/undercover/minimprove" } |
factor by which the heuristic should at least improve the incumbent | |
constexpr Param< long long > | MINNODES { "heuristics/undercover/minnodes" } |
minimum number of nodes required to start the subproblem | |
constexpr Param< long long > | NODESOFS { "heuristics/undercover/nodesofs" } |
number of nodes added to the contingent of the total nodes | |
constexpr Param< double > | NODESQUOT { "heuristics/undercover/nodesquot" } |
contingent of sub problem nodes in relation to the number of nodes of the original problem | |
constexpr Param< bool > | ONLYCONVEXIFY { "heuristics/undercover/onlyconvexify" } |
should we only fix variables in order to obtain a convex problem? | |
constexpr Param< bool > | POSTNLP { "heuristics/undercover/postnlp" } |
should the NLP heuristic be called to polish a feasible solution? | |
constexpr Param< int > | PRIORITY { "heuristics/undercover/priority" } |
priority of heuristic <undercover> | |
constexpr Param< double > | RECOVERDIV { "heuristics/undercover/recoverdiv" } |
fraction of covering variables in the last cover which need to change their value when recovering | |
constexpr Param< bool > | REUSECOVER { "heuristics/undercover/reusecover" } |
shall the cover be reused if a conflict was added after an infeasible subproblem? | |
Parameters with prefix heuristics/undercover.
|
constexpr |
should the heuristic be called at root node before cut separation?
Definition at line 4501 of file parameters.hpp.
|
constexpr |
weight for conflict score in fixing order
Definition at line 4469 of file parameters.hpp.
|
constexpr |
should all active cuts from cutpool be copied to constraints in subproblem?
Definition at line 4519 of file parameters.hpp.
|
constexpr |
should and constraints be covered (or just copied)?
Definition at line 4511 of file parameters.hpp.
|
constexpr |
should bounddisjunction constraints be covered (or just copied)?
Definition at line 4513 of file parameters.hpp.
|
constexpr |
should indicator constraints be covered (or just copied)?
Definition at line 4515 of file parameters.hpp.
|
constexpr |
objective function of the covering problem (influenced nonlinear 'c'onstraints/'t'erms, 'd'omain size, 'l'ocks, 'm'in of up/down locks, 'u'nit penalties)
Definition at line 4496 of file parameters.hpp.
|
constexpr |
should nonlinear constraints be covered (or just copied)?
Definition at line 4517 of file parameters.hpp.
|
constexpr |
weight for cutoff score in fixing order
Definition at line 4471 of file parameters.hpp.
|
constexpr |
prioritized sequence of fixing values used ('l'p relaxation, 'n'lp relaxation, 'i'ncumbent solution)
Definition at line 4461 of file parameters.hpp.
|
constexpr |
order in which variables should be fixed (increasing 'C'onflict score, decreasing 'c'onflict score, increasing 'V'ariable index, decreasing 'v'ariable index
Definition at line 4499 of file parameters.hpp.
|
constexpr |
should integer variables in the cover be fixed first?
Definition at line 4503 of file parameters.hpp.
|
constexpr |
frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
Definition at line 4455 of file parameters.hpp.
|
constexpr |
frequency offset for calling primal heuristic <undercover>
Definition at line 4457 of file parameters.hpp.
|
constexpr |
weight for inference score in fixing order
Definition at line 4473 of file parameters.hpp.
|
constexpr |
shall LP values for integer vars be rounded according to locks?
Definition at line 4505 of file parameters.hpp.
|
constexpr |
maximum number of backtracks in fix-and-propagate
Definition at line 4489 of file parameters.hpp.
|
constexpr |
maximum coversize (as ratio to the percentage of non-affected constraints)
Definition at line 4477 of file parameters.hpp.
|
constexpr |
maximum coversize (as fraction of total number of variables)
Definition at line 4475 of file parameters.hpp.
|
constexpr |
maximal depth level to call primal heuristic <undercover> (-1: no limit)
Definition at line 4459 of file parameters.hpp.
|
constexpr |
maximum number of nodes to regard in the subproblem
Definition at line 4463 of file parameters.hpp.
|
constexpr |
maximum number of recoverings
Definition at line 4491 of file parameters.hpp.
|
constexpr |
maximum number of reorderings of the fixing order
Definition at line 4493 of file parameters.hpp.
|
constexpr |
minimum number of nonlinear constraints in the original problem
Definition at line 4487 of file parameters.hpp.
|
constexpr |
minimum percentage of nonlinear constraints in the original problem
Definition at line 4479 of file parameters.hpp.
|
constexpr |
factor by which the heuristic should at least improve the incumbent
Definition at line 4481 of file parameters.hpp.
|
constexpr |
minimum number of nodes required to start the subproblem
Definition at line 4465 of file parameters.hpp.
|
constexpr |
number of nodes added to the contingent of the total nodes
Definition at line 4467 of file parameters.hpp.
|
constexpr |
contingent of sub problem nodes in relation to the number of nodes of the original problem
Definition at line 4483 of file parameters.hpp.
|
constexpr |
should we only fix variables in order to obtain a convex problem?
Definition at line 4507 of file parameters.hpp.
|
constexpr |
should the NLP heuristic be called to polish a feasible solution?
Definition at line 4509 of file parameters.hpp.
|
constexpr |
priority of heuristic <undercover>
Definition at line 4453 of file parameters.hpp.
|
constexpr |
fraction of covering variables in the last cover which need to change their value when recovering
Definition at line 4485 of file parameters.hpp.
|
constexpr |
shall the cover be reused if a conflict was added after an infeasible subproblem?
Definition at line 4521 of file parameters.hpp.