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

Parameters with prefix heuristics/shifting. More...

Variables

constexpr Param< int > FREQ { "heuristics/shifting/freq" }
 frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/shifting/freqofs" }
 frequency offset for calling primal heuristic <shifting>
 
constexpr Param< int > MAXDEPTH { "heuristics/shifting/maxdepth" }
 maximal depth level to call primal heuristic <shifting> (-1: no limit)
 
constexpr Param< int > PRIORITY { "heuristics/shifting/priority" }
 priority of heuristic <shifting>
 

Detailed Description

Parameters with prefix heuristics/shifting.

Variable Documentation

◆ FREQ

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

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

Definition at line 3907 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <shifting>

Definition at line 3909 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 3911 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <shifting>

Definition at line 3905 of file parameters.hpp.