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

Parameters with prefix heuristics/trysol. More...

Variables

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

Detailed Description

Parameters with prefix heuristics/trysol.

Variable Documentation

◆ FREQ

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

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

Definition at line 4032 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <trysol>

Definition at line 4034 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 4036 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <trysol>

Definition at line 4030 of file parameters.hpp.