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

Parameters with prefix heuristics/trivialnegation. More...

Variables

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

Detailed Description

Parameters with prefix heuristics/trivialnegation.

Variable Documentation

◆ FREQ

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

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

Definition at line 3986 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <trivialnegation>

Definition at line 3988 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 3990 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <trivialnegation>

Definition at line 3984 of file parameters.hpp.