Parameters with prefix heuristics/veclendiving. More...
Variables | |
constexpr Param< bool > | BACKTRACK { "heuristics/veclendiving/backtrack" } |
use one level of backtracking if infeasibility is encountered? | |
constexpr Param< int > | FREQ { "heuristics/veclendiving/freq" } |
frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs) | |
constexpr Param< int > | FREQOFS { "heuristics/veclendiving/freqofs" } |
frequency offset for calling primal heuristic <veclendiving> | |
constexpr Param< double > | LPRESOLVEDOMCHGQUOT { "heuristics/veclendiving/lpresolvedomchgquot" } |
percentage of immediate domain changes during probing to trigger LP resolve | |
constexpr Param< int > | LPSOLVEFREQ { "heuristics/veclendiving/lpsolvefreq" } |
LP solve frequency for diving heuristics (0: only after enough domain changes have been found) | |
constexpr Param< int > | MAXDEPTH { "heuristics/veclendiving/maxdepth" } |
maximal depth level to call primal heuristic <veclendiving> (-1: no limit) | |
constexpr Param< double > | MAXDIVEAVGQUOT { "heuristics/veclendiving/maxdiveavgquot" } |
maximal quotient (curlowerbound - lowerbound)/(avglowerbound - lowerbound) where diving is performed (0.0: no limit) | |
constexpr Param< double > | MAXDIVEAVGQUOTNOSOL { "heuristics/veclendiving/maxdiveavgquotnosol" } |
maximal AVGQUOT when no solution was found yet (0.0: no limit) | |
constexpr Param< double > | MAXDIVEUBQUOT { "heuristics/veclendiving/maxdiveubquot" } |
maximal quotient (curlowerbound - lowerbound)/(cutoffbound - lowerbound) where diving is performed (0.0: no limit) | |
constexpr Param< double > | MAXDIVEUBQUOTNOSOL { "heuristics/veclendiving/maxdiveubquotnosol" } |
maximal UBQUOT when no solution was found yet (0.0: no limit) | |
constexpr Param< int > | MAXLPITEROFS { "heuristics/veclendiving/maxlpiterofs" } |
additional number of allowed LP iterations | |
constexpr Param< double > | MAXLPITERQUOT { "heuristics/veclendiving/maxlpiterquot" } |
maximal fraction of diving LP iterations compared to node LP iterations | |
constexpr Param< double > | MAXRELDEPTH { "heuristics/veclendiving/maxreldepth" } |
maximal relative depth to start diving | |
constexpr Param< double > | MINRELDEPTH { "heuristics/veclendiving/minreldepth" } |
minimal relative depth to start diving | |
constexpr Param< bool > | ONLYLPBRANCHCANDS { "heuristics/veclendiving/onlylpbranchcands" } |
should only LP branching candidates be considered instead of the slower but more general constraint handler diving variable selection? | |
constexpr Param< int > | PRIORITY { "heuristics/veclendiving/priority" } |
priority of heuristic <veclendiving> | |
Parameters with prefix heuristics/veclendiving.
|
constexpr |
use one level of backtracking if infeasibility is encountered?
Definition at line 4591 of file parameters.hpp.
|
constexpr |
frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
Definition at line 4567 of file parameters.hpp.
|
constexpr |
frequency offset for calling primal heuristic <veclendiving>
Definition at line 4569 of file parameters.hpp.
|
constexpr |
percentage of immediate domain changes during probing to trigger LP resolve
Definition at line 4593 of file parameters.hpp.
|
constexpr |
LP solve frequency for diving heuristics (0: only after enough domain changes have been found)
Definition at line 4595 of file parameters.hpp.
|
constexpr |
maximal depth level to call primal heuristic <veclendiving> (-1: no limit)
Definition at line 4571 of file parameters.hpp.
|
constexpr |
maximal quotient (curlowerbound - lowerbound)/(avglowerbound - lowerbound) where diving is performed (0.0: no limit)
Definition at line 4585 of file parameters.hpp.
|
constexpr |
maximal AVGQUOT when no solution was found yet (0.0: no limit)
Definition at line 4589 of file parameters.hpp.
|
constexpr |
maximal quotient (curlowerbound - lowerbound)/(cutoffbound - lowerbound) where diving is performed (0.0: no limit)
Definition at line 4582 of file parameters.hpp.
|
constexpr |
maximal UBQUOT when no solution was found yet (0.0: no limit)
Definition at line 4587 of file parameters.hpp.
|
constexpr |
additional number of allowed LP iterations
Definition at line 4579 of file parameters.hpp.
|
constexpr |
maximal fraction of diving LP iterations compared to node LP iterations
Definition at line 4577 of file parameters.hpp.
|
constexpr |
maximal relative depth to start diving
Definition at line 4575 of file parameters.hpp.
|
constexpr |
minimal relative depth to start diving
Definition at line 4573 of file parameters.hpp.
|
constexpr |
should only LP branching candidates be considered instead of the slower but more general constraint handler diving variable selection?
Definition at line 4598 of file parameters.hpp.
|
constexpr |
priority of heuristic <veclendiving>
Definition at line 4565 of file parameters.hpp.