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

Parameters with prefix heuristics/simplerounding. More...

Variables

constexpr Param< int > FREQ { "heuristics/simplerounding/freq" }
 frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/simplerounding/freqofs" }
 frequency offset for calling primal heuristic <simplerounding>
 
constexpr Param< int > MAXDEPTH { "heuristics/simplerounding/maxdepth" }
 maximal depth level to call primal heuristic <simplerounding> (-1: no limit)
 
constexpr Param< bool > ONCEPERNODE { "heuristics/simplerounding/oncepernode" }
 should the heuristic only be called once per node?
 
constexpr Param< int > PRIORITY { "heuristics/simplerounding/priority" }
 priority of heuristic <simplerounding>
 

Detailed Description

Parameters with prefix heuristics/simplerounding.

Variable Documentation

◆ FREQ

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

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

Definition at line 3918 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <simplerounding>

Definition at line 3920 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 3922 of file parameters.hpp.

◆ ONCEPERNODE

constexpr Param<bool> scippp::params::HEURISTICS::SIMPLEROUNDING::ONCEPERNODE { "heuristics/simplerounding/oncepernode" }
constexpr

should the heuristic only be called once per node?

Definition at line 3924 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <simplerounding>

Definition at line 3916 of file parameters.hpp.