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

Parameters with prefix heuristics/rins. More...

Variables

constexpr Param< bool > COPYCUTS { "heuristics/rins/copycuts" }
 if uselprows == FALSE, should all active cuts from cutpool be copied to constraints in subproblem?
 
constexpr Param< int > FREQ { "heuristics/rins/freq" }
 frequency for calling primal heuristic <rins> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/rins/freqofs" }
 frequency offset for calling primal heuristic <rins>
 
constexpr Param< double > LPLIMFAC { "heuristics/rins/lplimfac" }
 factor by which the limit on the number of LP depends on the node limit
 
constexpr Param< int > MAXDEPTH { "heuristics/rins/maxdepth" }
 maximal depth level to call primal heuristic <rins> (-1: no limit)
 
constexpr Param< int > MAXNODES { "heuristics/rins/maxnodes" }
 maximum number of nodes to regard in the subproblem
 
constexpr Param< double > MINFIXINGRATE { "heuristics/rins/minfixingrate" }
 minimum percentage of integer variables that have to be fixed
 
constexpr Param< double > MINIMPROVE { "heuristics/rins/minimprove" }
 factor by which rins should at least improve the incumbent
 
constexpr Param< int > MINNODES { "heuristics/rins/minnodes" }
 minimum number of nodes required to start the subproblem
 
constexpr Param< int > NODESOFS { "heuristics/rins/nodesofs" }
 number of nodes added to the contingent of the total nodes
 
constexpr Param< double > NODESQUOT { "heuristics/rins/nodesquot" }
 contingent of sub problem nodes in relation to the number of nodes of the original problem
 
constexpr Param< int > NWAITINGNODES { "heuristics/rins/nwaitingnodes" }
 number of nodes without incumbent change that heuristic should wait
 
constexpr Param< int > PRIORITY { "heuristics/rins/priority" }
 priority of heuristic <rins>
 
constexpr Param< bool > USELPROWS { "heuristics/rins/uselprows" }
 should subproblem be created out of the rows in the LP rows?
 
constexpr Param< bool > USEUCT { "heuristics/rins/useuct" }
 should uct node selection be used at the beginning of the search?
 

Detailed Description

Parameters with prefix heuristics/rins.

Variable Documentation

◆ COPYCUTS

Param<bool> scippp::params::HEURISTICS::RINS::COPYCUTS { "heuristics/rins/copycuts" }
constexpr

if uselprows == FALSE, should all active cuts from cutpool be copied to constraints in subproblem?

Definition at line 4009 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 3985 of file parameters.hpp.

◆ FREQOFS

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

frequency offset for calling primal heuristic <rins>

Definition at line 3987 of file parameters.hpp.

◆ LPLIMFAC

Param<double> scippp::params::HEURISTICS::RINS::LPLIMFAC { "heuristics/rins/lplimfac" }
constexpr

factor by which the limit on the number of LP depends on the node limit

Definition at line 4005 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 3989 of file parameters.hpp.

◆ MAXNODES

Param<int> scippp::params::HEURISTICS::RINS::MAXNODES { "heuristics/rins/maxnodes" }
constexpr

maximum number of nodes to regard in the subproblem

Definition at line 3993 of file parameters.hpp.

◆ MINFIXINGRATE

Param<double> scippp::params::HEURISTICS::RINS::MINFIXINGRATE { "heuristics/rins/minfixingrate" }
constexpr

minimum percentage of integer variables that have to be fixed

Definition at line 4003 of file parameters.hpp.

◆ MINIMPROVE

Param<double> scippp::params::HEURISTICS::RINS::MINIMPROVE { "heuristics/rins/minimprove" }
constexpr

factor by which rins should at least improve the incumbent

Definition at line 4001 of file parameters.hpp.

◆ MINNODES

Param<int> scippp::params::HEURISTICS::RINS::MINNODES { "heuristics/rins/minnodes" }
constexpr

minimum number of nodes required to start the subproblem

Definition at line 3995 of file parameters.hpp.

◆ NODESOFS

Param<int> scippp::params::HEURISTICS::RINS::NODESOFS { "heuristics/rins/nodesofs" }
constexpr

number of nodes added to the contingent of the total nodes

Definition at line 3991 of file parameters.hpp.

◆ NODESQUOT

Param<double> scippp::params::HEURISTICS::RINS::NODESQUOT { "heuristics/rins/nodesquot" }
constexpr

contingent of sub problem nodes in relation to the number of nodes of the original problem

Definition at line 3997 of file parameters.hpp.

◆ NWAITINGNODES

Param<int> scippp::params::HEURISTICS::RINS::NWAITINGNODES { "heuristics/rins/nwaitingnodes" }
constexpr

number of nodes without incumbent change that heuristic should wait

Definition at line 3999 of file parameters.hpp.

◆ PRIORITY

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

priority of heuristic <rins>

Definition at line 3983 of file parameters.hpp.

◆ USELPROWS

Param<bool> scippp::params::HEURISTICS::RINS::USELPROWS { "heuristics/rins/uselprows" }
constexpr

should subproblem be created out of the rows in the LP rows?

Definition at line 4007 of file parameters.hpp.

◆ USEUCT

Param<bool> scippp::params::HEURISTICS::RINS::USEUCT { "heuristics/rins/useuct" }
constexpr

should uct node selection be used at the beginning of the search?

Definition at line 4011 of file parameters.hpp.