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

Parameters with prefix separating/convexproj. More...

Variables

constexpr Param< bool > DELAY { "separating/convexproj/delay" }
 should separator be delayed, if other separators found cuts?
 
constexpr Param< int > EXPBACKOFF { "separating/convexproj/expbackoff" }
 base for exponential increase of frequency at which separator <convexproj> is called (1: call at each multiple of frequency)
 
constexpr Param< int > FREQ { "separating/convexproj/freq" }
 frequency for calling separator <convexproj> (-1: never, 0: only in root node)
 
constexpr Param< double > MAXBOUNDDIST { "separating/convexproj/maxbounddist" }
 maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separator <convexproj> (0.0: only on current best node, 1.0: on all nodes)
 
constexpr Param< int > MAXDEPTH { "separating/convexproj/maxdepth" }
 maximal depth at which the separator is applied (-1: unlimited)
 
constexpr Param< int > NLPITERLIMIT { "separating/convexproj/nlpiterlimit" }
 iteration limit of NLP solver; 0 for no limit
 
constexpr Param< int > PRIORITY { "separating/convexproj/priority" }
 priority of separator <convexproj>
 

Detailed Description

Parameters with prefix separating/convexproj.

Variable Documentation

◆ DELAY

constexpr Param<bool> scippp::params::SEPARATING::CONVEXPROJ::DELAY { "separating/convexproj/delay" }
constexpr

should separator be delayed, if other separators found cuts?

Definition at line 5811 of file parameters.hpp.

◆ EXPBACKOFF

constexpr Param<int> scippp::params::SEPARATING::CONVEXPROJ::EXPBACKOFF { "separating/convexproj/expbackoff" }
constexpr

base for exponential increase of frequency at which separator <convexproj> is called (1: call at each multiple of frequency)

Definition at line 5814 of file parameters.hpp.

◆ FREQ

constexpr Param<int> scippp::params::SEPARATING::CONVEXPROJ::FREQ { "separating/convexproj/freq" }
constexpr

frequency for calling separator <convexproj> (-1: never, 0: only in root node)

Definition at line 5806 of file parameters.hpp.

◆ MAXBOUNDDIST

constexpr Param<double> scippp::params::SEPARATING::CONVEXPROJ::MAXBOUNDDIST { "separating/convexproj/maxbounddist" }
constexpr

maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separator <convexproj> (0.0: only on current best node, 1.0: on all nodes)

Definition at line 5809 of file parameters.hpp.

◆ MAXDEPTH

constexpr Param<int> scippp::params::SEPARATING::CONVEXPROJ::MAXDEPTH { "separating/convexproj/maxdepth" }
constexpr

maximal depth at which the separator is applied (-1: unlimited)

Definition at line 5816 of file parameters.hpp.

◆ NLPITERLIMIT

constexpr Param<int> scippp::params::SEPARATING::CONVEXPROJ::NLPITERLIMIT { "separating/convexproj/nlpiterlimit" }
constexpr

iteration limit of NLP solver; 0 for no limit

Definition at line 5818 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::SEPARATING::CONVEXPROJ::PRIORITY { "separating/convexproj/priority" }
constexpr

priority of separator <convexproj>

Definition at line 5804 of file parameters.hpp.