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

Parameters with prefix heuristics/intshifting. More...

Variables

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

Detailed Description

Parameters with prefix heuristics/intshifting.

Variable Documentation

◆ FREQ

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

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

Definition at line 3157 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <intshifting>

Definition at line 3159 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 3161 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <intshifting>

Definition at line 3155 of file parameters.hpp.