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

Parameters with prefix heuristics/linesearchdiving. More...

Variables

constexpr Param< bool > BACKTRACK { "heuristics/linesearchdiving/backtrack" }
 use one level of backtracking if infeasibility is encountered?
 
constexpr Param< int > FREQ { "heuristics/linesearchdiving/freq" }
 frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/linesearchdiving/freqofs" }
 frequency offset for calling primal heuristic <linesearchdiving>
 
constexpr Param< double > LPRESOLVEDOMCHGQUOT { "heuristics/linesearchdiving/lpresolvedomchgquot" }
 percentage of immediate domain changes during probing to trigger LP resolve
 
constexpr Param< int > LPSOLVEFREQ { "heuristics/linesearchdiving/lpsolvefreq" }
 LP solve frequency for diving heuristics (0: only after enough domain changes have been found)
 
constexpr Param< int > MAXDEPTH { "heuristics/linesearchdiving/maxdepth" }
 maximal depth level to call primal heuristic <linesearchdiving> (-1: no limit)
 
constexpr Param< double > MAXDIVEAVGQUOT { "heuristics/linesearchdiving/maxdiveavgquot" }
 maximal quotient (curlowerbound - lowerbound)/(avglowerbound - lowerbound) where diving is performed (0.0: no limit)
 
constexpr Param< double > MAXDIVEAVGQUOTNOSOL { "heuristics/linesearchdiving/maxdiveavgquotnosol" }
 maximal AVGQUOT when no solution was found yet (0.0: no limit)
 
constexpr Param< double > MAXDIVEUBQUOT { "heuristics/linesearchdiving/maxdiveubquot" }
 maximal quotient (curlowerbound - lowerbound)/(cutoffbound - lowerbound) where diving is performed (0.0: no limit)
 
constexpr Param< double > MAXDIVEUBQUOTNOSOL { "heuristics/linesearchdiving/maxdiveubquotnosol" }
 maximal UBQUOT when no solution was found yet (0.0: no limit)
 
constexpr Param< int > MAXLPITEROFS { "heuristics/linesearchdiving/maxlpiterofs" }
 additional number of allowed LP iterations
 
constexpr Param< double > MAXLPITERQUOT { "heuristics/linesearchdiving/maxlpiterquot" }
 maximal fraction of diving LP iterations compared to node LP iterations
 
constexpr Param< double > MAXRELDEPTH { "heuristics/linesearchdiving/maxreldepth" }
 maximal relative depth to start diving
 
constexpr Param< double > MINRELDEPTH { "heuristics/linesearchdiving/minreldepth" }
 minimal relative depth to start diving
 
constexpr Param< bool > ONLYLPBRANCHCANDS { "heuristics/linesearchdiving/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/linesearchdiving/priority" }
 priority of heuristic <linesearchdiving>
 

Detailed Description

Parameters with prefix heuristics/linesearchdiving.

Variable Documentation

◆ BACKTRACK

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

use one level of backtracking if infeasibility is encountered?

Definition at line 3192 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 3168 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <linesearchdiving>

Definition at line 3170 of file parameters.hpp.

◆ LPRESOLVEDOMCHGQUOT

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

percentage of immediate domain changes during probing to trigger LP resolve

Definition at line 3194 of file parameters.hpp.

◆ LPSOLVEFREQ

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

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

Definition at line 3196 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 3172 of file parameters.hpp.

◆ MAXDIVEAVGQUOT

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

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

Definition at line 3186 of file parameters.hpp.

◆ MAXDIVEAVGQUOTNOSOL

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

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

Definition at line 3190 of file parameters.hpp.

◆ MAXDIVEUBQUOT

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

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

Definition at line 3183 of file parameters.hpp.

◆ MAXDIVEUBQUOTNOSOL

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

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

Definition at line 3188 of file parameters.hpp.

◆ MAXLPITEROFS

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

additional number of allowed LP iterations

Definition at line 3180 of file parameters.hpp.

◆ MAXLPITERQUOT

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

maximal fraction of diving LP iterations compared to node LP iterations

Definition at line 3178 of file parameters.hpp.

◆ MAXRELDEPTH

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

maximal relative depth to start diving

Definition at line 3176 of file parameters.hpp.

◆ MINRELDEPTH

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

minimal relative depth to start diving

Definition at line 3174 of file parameters.hpp.

◆ ONLYLPBRANCHCANDS

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

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

Definition at line 3199 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <linesearchdiving>

Definition at line 3166 of file parameters.hpp.