Parameters with prefix heuristics/repair. More...
Variables | |
constexpr Param< double > | ALPHA { "heuristics/repair/alpha" } |
factor for the potential of var fixings | |
constexpr Param< std::string > | FILENAME { "heuristics/repair/filename" } |
file name of a solution to be used as infeasible starting point, [-] if not available | |
constexpr Param< int > | FREQ { "heuristics/repair/freq" } |
frequency for calling primal heuristic <repair> (-1: never, 0: only at depth freqofs) | |
constexpr Param< int > | FREQOFS { "heuristics/repair/freqofs" } |
frequency offset for calling primal heuristic <repair> | |
constexpr Param< int > | MAXDEPTH { "heuristics/repair/maxdepth" } |
maximal depth level to call primal heuristic <repair> (-1: no limit) | |
constexpr Param< int > | MAXNODES { "heuristics/repair/maxnodes" } |
maximum number of nodes to regard in the subproblem | |
constexpr Param< double > | MINFIXINGRATE { "heuristics/repair/minfixingrate" } |
minimum percentage of integer variables that have to be fixed | |
constexpr Param< int > | MINNODES { "heuristics/repair/minnodes" } |
minimum number of nodes required to start the subproblem | |
constexpr Param< int > | NODESOFS { "heuristics/repair/nodesofs" } |
number of nodes added to the contingent of the total nodes | |
constexpr Param< double > | NODESQUOT { "heuristics/repair/nodesquot" } |
contingent of sub problem nodes in relation to the number of nodes of the original problem | |
constexpr Param< int > | PRIORITY { "heuristics/repair/priority" } |
priority of heuristic <repair> | |
constexpr Param< bool > | ROUNDIT { "heuristics/repair/roundit" } |
True : fractional variables which are not fractional in the given solution are rounded, FALSE : solving process of this heuristic is stopped. | |
constexpr Param< bool > | USEOBJFACTOR { "heuristics/repair/useobjfactor" } |
should a scaled objective function for original variables be used in repair subproblem? | |
constexpr Param< bool > | USESLACKVARS { "heuristics/repair/useslackvars" } |
should slack variables be used in repair subproblem? | |
constexpr Param< bool > | USEVARFIX { "heuristics/repair/usevarfix" } |
should variable fixings be used in repair subproblem? | |
Parameters with prefix heuristics/repair.
|
constexpr |
factor for the potential of var fixings
Definition at line 3968 of file parameters.hpp.
|
constexpr |
file name of a solution to be used as infeasible starting point, [-] if not available
Definition at line 3957 of file parameters.hpp.
|
constexpr |
frequency for calling primal heuristic <repair> (-1: never, 0: only at depth freqofs)
Definition at line 3951 of file parameters.hpp.
|
constexpr |
frequency offset for calling primal heuristic <repair>
Definition at line 3953 of file parameters.hpp.
|
constexpr |
maximal depth level to call primal heuristic <repair> (-1: no limit)
Definition at line 3955 of file parameters.hpp.
|
constexpr |
maximum number of nodes to regard in the subproblem
Definition at line 3972 of file parameters.hpp.
|
constexpr |
minimum percentage of integer variables that have to be fixed
Definition at line 3978 of file parameters.hpp.
|
constexpr |
minimum number of nodes required to start the subproblem
Definition at line 3974 of file parameters.hpp.
|
constexpr |
number of nodes added to the contingent of the total nodes
Definition at line 3970 of file parameters.hpp.
|
constexpr |
contingent of sub problem nodes in relation to the number of nodes of the original problem
Definition at line 3976 of file parameters.hpp.
|
constexpr |
priority of heuristic <repair>
Definition at line 3949 of file parameters.hpp.
|
constexpr |
True : fractional variables which are not fractional in the given solution are rounded, FALSE : solving process of this heuristic is stopped.
Definition at line 3960 of file parameters.hpp.
|
constexpr |
should a scaled objective function for original variables be used in repair subproblem?
Definition at line 3962 of file parameters.hpp.
|
constexpr |
should slack variables be used in repair subproblem?
Definition at line 3966 of file parameters.hpp.
|
constexpr |
should variable fixings be used in repair subproblem?
Definition at line 3964 of file parameters.hpp.