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

constexpr 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 3111 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <indicator>

Definition at line 3113 of file parameters.hpp.

◆ IMPROVESOLS

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

Try to improve other solutions by one-opt?

Definition at line 3119 of file parameters.hpp.

◆ MAXDEPTH

constexpr 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 3115 of file parameters.hpp.

◆ ONEOPT

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

whether the one-opt heuristic should be started

Definition at line 3117 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <indicator>

Definition at line 3109 of file parameters.hpp.