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

Parameters with prefix heuristics/bound. More...

Variables

constexpr Param< char > BOUND { "heuristics/bound/bound" }
 to which bound should integer variables be fixed? ('l'ower, 'u'pper, or 'b'oth)
 
constexpr Param< int > FREQ { "heuristics/bound/freq" }
 frequency for calling primal heuristic <bound> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/bound/freqofs" }
 frequency offset for calling primal heuristic <bound>
 
constexpr Param< int > MAXDEPTH { "heuristics/bound/maxdepth" }
 maximal depth level to call primal heuristic <bound> (-1: no limit)
 
constexpr Param< int > MAXPROPROUNDS { "heuristics/bound/maxproprounds" }
 maximum number of propagation rounds during probing (-1 infinity, -2 parameter settings)
 
constexpr Param< bool > ONLYWITHOUTSOL { "heuristics/bound/onlywithoutsol" }
 Should heuristic only be executed if no primal solution was found, yet?
 
constexpr Param< int > PRIORITY { "heuristics/bound/priority" }
 priority of heuristic <bound>
 

Detailed Description

Parameters with prefix heuristics/bound.

Variable Documentation

◆ BOUND

constexpr Param<char> scippp::params::HEURISTICS::BOUND::BOUND { "heuristics/bound/bound" }
constexpr

to which bound should integer variables be fixed? ('l'ower, 'u'pper, or 'b'oth)

Definition at line 2520 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 2510 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <bound>

Definition at line 2512 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 2514 of file parameters.hpp.

◆ MAXPROPROUNDS

constexpr Param<int> scippp::params::HEURISTICS::BOUND::MAXPROPROUNDS { "heuristics/bound/maxproprounds" }
constexpr

maximum number of propagation rounds during probing (-1 infinity, -2 parameter settings)

Definition at line 2518 of file parameters.hpp.

◆ ONLYWITHOUTSOL

constexpr Param<bool> scippp::params::HEURISTICS::BOUND::ONLYWITHOUTSOL { "heuristics/bound/onlywithoutsol" }
constexpr

Should heuristic only be executed if no primal solution was found, yet?

Definition at line 2516 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <bound>

Definition at line 2508 of file parameters.hpp.