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

Parameters with prefix heuristics/trivial. More...

Variables

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

Detailed Description

Parameters with prefix heuristics/trivial.

Variable Documentation

◆ FREQ

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

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

Definition at line 3975 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <trivial>

Definition at line 3977 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 3979 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <trivial>

Definition at line 3973 of file parameters.hpp.