SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::params::HEURISTICS::VECLENDIVING Namespace Reference

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>
 

Detailed Description

Parameters with prefix heuristics/veclendiving.

Variable Documentation

◆ BACKTRACK

constexpr Param<bool> scippp::params::HEURISTICS::VECLENDIVING::BACKTRACK { "heuristics/veclendiving/backtrack" }
constexpr

use one level of backtracking if infeasibility is encountered?

Definition at line 4192 of file parameters.hpp.

◆ FREQ

constexpr Param<int> scippp::params::HEURISTICS::VECLENDIVING::FREQ { "heuristics/veclendiving/freq" }
constexpr

frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)

Definition at line 4168 of file parameters.hpp.

◆ FREQOFS

constexpr Param<int> scippp::params::HEURISTICS::VECLENDIVING::FREQOFS { "heuristics/veclendiving/freqofs" }
constexpr

frequency offset for calling primal heuristic <veclendiving>

Definition at line 4170 of file parameters.hpp.

◆ LPRESOLVEDOMCHGQUOT

constexpr Param<double> scippp::params::HEURISTICS::VECLENDIVING::LPRESOLVEDOMCHGQUOT { "heuristics/veclendiving/lpresolvedomchgquot" }
constexpr

percentage of immediate domain changes during probing to trigger LP resolve

Definition at line 4194 of file parameters.hpp.

◆ LPSOLVEFREQ

constexpr Param<int> scippp::params::HEURISTICS::VECLENDIVING::LPSOLVEFREQ { "heuristics/veclendiving/lpsolvefreq" }
constexpr

LP solve frequency for diving heuristics (0: only after enough domain changes have been found)

Definition at line 4196 of file parameters.hpp.

◆ MAXDEPTH

constexpr Param<int> scippp::params::HEURISTICS::VECLENDIVING::MAXDEPTH { "heuristics/veclendiving/maxdepth" }
constexpr

maximal depth level to call primal heuristic <veclendiving> (-1: no limit)

Definition at line 4172 of file parameters.hpp.

◆ MAXDIVEAVGQUOT

constexpr Param<double> scippp::params::HEURISTICS::VECLENDIVING::MAXDIVEAVGQUOT { "heuristics/veclendiving/maxdiveavgquot" }
constexpr

maximal quotient (curlowerbound - lowerbound)/(avglowerbound - lowerbound) where diving is performed (0.0: no limit)

Definition at line 4186 of file parameters.hpp.

◆ MAXDIVEAVGQUOTNOSOL

constexpr Param<double> scippp::params::HEURISTICS::VECLENDIVING::MAXDIVEAVGQUOTNOSOL { "heuristics/veclendiving/maxdiveavgquotnosol" }
constexpr

maximal AVGQUOT when no solution was found yet (0.0: no limit)

Definition at line 4190 of file parameters.hpp.

◆ MAXDIVEUBQUOT

constexpr Param<double> scippp::params::HEURISTICS::VECLENDIVING::MAXDIVEUBQUOT { "heuristics/veclendiving/maxdiveubquot" }
constexpr

maximal quotient (curlowerbound - lowerbound)/(cutoffbound - lowerbound) where diving is performed (0.0: no limit)

Definition at line 4183 of file parameters.hpp.

◆ MAXDIVEUBQUOTNOSOL

constexpr Param<double> scippp::params::HEURISTICS::VECLENDIVING::MAXDIVEUBQUOTNOSOL { "heuristics/veclendiving/maxdiveubquotnosol" }
constexpr

maximal UBQUOT when no solution was found yet (0.0: no limit)

Definition at line 4188 of file parameters.hpp.

◆ MAXLPITEROFS

constexpr Param<int> scippp::params::HEURISTICS::VECLENDIVING::MAXLPITEROFS { "heuristics/veclendiving/maxlpiterofs" }
constexpr

additional number of allowed LP iterations

Definition at line 4180 of file parameters.hpp.

◆ MAXLPITERQUOT

constexpr Param<double> scippp::params::HEURISTICS::VECLENDIVING::MAXLPITERQUOT { "heuristics/veclendiving/maxlpiterquot" }
constexpr

maximal fraction of diving LP iterations compared to node LP iterations

Definition at line 4178 of file parameters.hpp.

◆ MAXRELDEPTH

constexpr Param<double> scippp::params::HEURISTICS::VECLENDIVING::MAXRELDEPTH { "heuristics/veclendiving/maxreldepth" }
constexpr

maximal relative depth to start diving

Definition at line 4176 of file parameters.hpp.

◆ MINRELDEPTH

constexpr Param<double> scippp::params::HEURISTICS::VECLENDIVING::MINRELDEPTH { "heuristics/veclendiving/minreldepth" }
constexpr

minimal relative depth to start diving

Definition at line 4174 of file parameters.hpp.

◆ ONLYLPBRANCHCANDS

constexpr Param<bool> scippp::params::HEURISTICS::VECLENDIVING::ONLYLPBRANCHCANDS { "heuristics/veclendiving/onlylpbranchcands" }
constexpr

should only LP branching candidates be considered instead of the slower but more general constraint handler diving variable selection?

Definition at line 4199 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::HEURISTICS::VECLENDIVING::PRIORITY { "heuristics/veclendiving/priority" }
constexpr

priority of heuristic <veclendiving>

Definition at line 4166 of file parameters.hpp.