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

Parameters with prefix heuristics/pscostdiving. More...

Variables

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

Detailed Description

Parameters with prefix heuristics/pscostdiving.

Variable Documentation

◆ BACKTRACK

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

use one level of backtracking if infeasibility is encountered?

Definition at line 3656 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 3632 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <pscostdiving>

Definition at line 3634 of file parameters.hpp.

◆ LPRESOLVEDOMCHGQUOT

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

percentage of immediate domain changes during probing to trigger LP resolve

Definition at line 3658 of file parameters.hpp.

◆ LPSOLVEFREQ

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

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

Definition at line 3660 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 3636 of file parameters.hpp.

◆ MAXDIVEAVGQUOT

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

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

Definition at line 3650 of file parameters.hpp.

◆ MAXDIVEAVGQUOTNOSOL

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

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

Definition at line 3654 of file parameters.hpp.

◆ MAXDIVEUBQUOT

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

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

Definition at line 3647 of file parameters.hpp.

◆ MAXDIVEUBQUOTNOSOL

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

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

Definition at line 3652 of file parameters.hpp.

◆ MAXLPITEROFS

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

additional number of allowed LP iterations

Definition at line 3644 of file parameters.hpp.

◆ MAXLPITERQUOT

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

maximal fraction of diving LP iterations compared to node LP iterations

Definition at line 3642 of file parameters.hpp.

◆ MAXRELDEPTH

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

maximal relative depth to start diving

Definition at line 3640 of file parameters.hpp.

◆ MINRELDEPTH

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

minimal relative depth to start diving

Definition at line 3638 of file parameters.hpp.

◆ ONLYLPBRANCHCANDS

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

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

Definition at line 3663 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <pscostdiving>

Definition at line 3630 of file parameters.hpp.