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

Parameters with prefix heuristics/twoopt. More...

Variables

constexpr Param< int > FREQ { "heuristics/twoopt/freq" }
 frequency for calling primal heuristic <twoopt> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/twoopt/freqofs" }
 frequency offset for calling primal heuristic <twoopt>
 
constexpr Param< bool > INTOPT { "heuristics/twoopt/intopt" }
 Should Integer-2-Optimization be applied or not?
 
constexpr Param< double > MATCHINGRATE { "heuristics/twoopt/matchingrate" }
 parameter to determine the percentage of rows two variables have to share before they are considered equal
 
constexpr Param< int > MAXDEPTH { "heuristics/twoopt/maxdepth" }
 maximal depth level to call primal heuristic <twoopt> (-1: no limit)
 
constexpr Param< int > MAXNSLAVES { "heuristics/twoopt/maxnslaves" }
 maximum number of slaves for one master variable
 
constexpr Param< int > PRIORITY { "heuristics/twoopt/priority" }
 priority of heuristic <twoopt>
 
constexpr Param< int > WAITINGNODES { "heuristics/twoopt/waitingnodes" }
 user parameter to determine number of nodes to wait after last best solution before calling heuristic
 

Detailed Description

Parameters with prefix heuristics/twoopt.

Variable Documentation

◆ FREQ

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

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

Definition at line 4043 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <twoopt>

Definition at line 4045 of file parameters.hpp.

◆ INTOPT

constexpr Param<bool> scippp::params::HEURISTICS::TWOOPT::INTOPT { "heuristics/twoopt/intopt" }
constexpr

Should Integer-2-Optimization be applied or not?

Definition at line 4049 of file parameters.hpp.

◆ MATCHINGRATE

constexpr Param<double> scippp::params::HEURISTICS::TWOOPT::MATCHINGRATE { "heuristics/twoopt/matchingrate" }
constexpr

parameter to determine the percentage of rows two variables have to share before they are considered equal

Definition at line 4055 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 4047 of file parameters.hpp.

◆ MAXNSLAVES

constexpr Param<int> scippp::params::HEURISTICS::TWOOPT::MAXNSLAVES { "heuristics/twoopt/maxnslaves" }
constexpr

maximum number of slaves for one master variable

Definition at line 4053 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <twoopt>

Definition at line 4041 of file parameters.hpp.

◆ WAITINGNODES

constexpr Param<int> scippp::params::HEURISTICS::TWOOPT::WAITINGNODES { "heuristics/twoopt/waitingnodes" }
constexpr

user parameter to determine number of nodes to wait after last best solution before calling heuristic

Definition at line 4051 of file parameters.hpp.