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

Parameters with prefix heuristics/indicator. More...

Variables

constexpr Param< int > FREQ { "heuristics/indicator/freq" }
 frequency for calling primal heuristic <indicator> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/indicator/freqofs" }
 frequency offset for calling primal heuristic <indicator>
 
constexpr Param< bool > IMPROVESOLS { "heuristics/indicator/improvesols" }
 Try to improve other solutions by one-opt?
 
constexpr Param< int > MAXDEPTH { "heuristics/indicator/maxdepth" }
 maximal depth level to call primal heuristic <indicator> (-1: no limit)
 
constexpr Param< bool > ONEOPT { "heuristics/indicator/oneopt" }
 whether the one-opt heuristic should be started
 
constexpr Param< int > PRIORITY { "heuristics/indicator/priority" }
 priority of heuristic <indicator>
 

Detailed Description

Parameters with prefix heuristics/indicator.

Variable Documentation

◆ FREQ

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

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

Definition at line 3266 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <indicator>

Definition at line 3268 of file parameters.hpp.

◆ IMPROVESOLS

Param<bool> scippp::params::HEURISTICS::INDICATOR::IMPROVESOLS { "heuristics/indicator/improvesols" }
constexpr

Try to improve other solutions by one-opt?

Definition at line 3274 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 3270 of file parameters.hpp.

◆ ONEOPT

Param<bool> scippp::params::HEURISTICS::INDICATOR::ONEOPT { "heuristics/indicator/oneopt" }
constexpr

whether the one-opt heuristic should be started

Definition at line 3272 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <indicator>

Definition at line 3264 of file parameters.hpp.