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

Parameters with prefix separating/rlt. More...

Variables

constexpr Param< bool > ADDTOPOOL { "separating/rlt/addtopool" }
 if set to true, globally valid RLT cuts are added to the global cut pool
 
constexpr Param< double > BADSCORE { "separating/rlt/badscore" }
 threshold for score of cut relative to best score to be discarded
 
constexpr Param< bool > DELAY { "separating/rlt/delay" }
 should separator be delayed, if other separators found cuts?
 
constexpr Param< bool > DETECTHIDDEN { "separating/rlt/detecthidden" }
 if set to true, hidden products are detected and separated by McCormick cuts
 
constexpr Param< double > DIRCUTOFFDISTWEIGHT { "separating/rlt/dircutoffdistweight" }
 weight of directed cutoff distance in cut score calculation
 
constexpr Param< double > EFFICACYWEIGHT { "separating/rlt/efficacyweight" }
 weight of efficacy in cut score calculation
 
constexpr Param< int > EXPBACKOFF { "separating/rlt/expbackoff" }
 base for exponential increase of frequency at which separator <rlt> is called (1: call at each multiple of frequency)
 
constexpr Param< int > FREQ { "separating/rlt/freq" }
 frequency for calling separator <rlt> (-1: never, 0: only in root node)
 
constexpr Param< double > GOODMAXPARALL { "separating/rlt/goodmaxparall" }
 maximum parallelism for good cuts
 
constexpr Param< double > GOODSCORE { "separating/rlt/goodscore" }
 threshold for score of cut relative to best score to be considered good, so that less strict filtering is applied
 
constexpr Param< bool > HIDDENRLT { "separating/rlt/hiddenrlt" }
 whether RLT cuts (TRUE) or only McCormick inequalities (FALSE) should be added for hidden products
 
constexpr Param< double > MAXBOUNDDIST { "separating/rlt/maxbounddist" }
 maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying separator <rlt> (0.0: only on current best node, 1.0: on all nodes)
 
constexpr Param< int > MAXNCUTS { "separating/rlt/maxncuts" }
 maximal number of rlt-cuts that are added per round (-1: unlimited)
 
constexpr Param< double > MAXPARALL { "separating/rlt/maxparall" }
 maximum parallelism for non-good cuts
 
constexpr Param< int > MAXROUNDS { "separating/rlt/maxrounds" }
 maximal number of separation rounds per node (-1: unlimited)
 
constexpr Param< int > MAXROUNDSROOT { "separating/rlt/maxroundsroot" }
 maximal number of separation rounds in the root node (-1: unlimited)
 
constexpr Param< int > MAXUNKNOWNTERMS { "separating/rlt/maxunknownterms" }
 maximal number of unknown bilinear terms a row is still used with (-1: unlimited)
 
constexpr Param< int > MAXUSEDVARS { "separating/rlt/maxusedvars" }
 maximal number of variables used to compute rlt cuts (-1: unlimited)
 
constexpr Param< double > OBJPARALWEIGHT { "separating/rlt/objparalweight" }
 weight of objective parallelism in cut score calculation
 
constexpr Param< bool > ONLYCONTROWS { "separating/rlt/onlycontrows" }
 if set to true, only continuous rows are used for rlt cuts
 
constexpr Param< bool > ONLYEQROWS { "separating/rlt/onlyeqrows" }
 if set to true, only equality rows are used for rlt cuts
 
constexpr Param< bool > ONLYORIGINAL { "separating/rlt/onlyoriginal" }
 if set to true, only original rows and variables are used
 
constexpr Param< int > PRIORITY { "separating/rlt/priority" }
 priority of separator <rlt>
 
constexpr Param< bool > USEINSUBSCIP { "separating/rlt/useinsubscip" }
 if set to true, rlt is also used in sub-scips
 
constexpr Param< bool > USEPROJECTION { "separating/rlt/useprojection" }
 if set to true, projected rows are checked first
 

Detailed Description

Parameters with prefix separating/rlt.

Variable Documentation

◆ ADDTOPOOL

Param<bool> scippp::params::SEPARATING::RLT::ADDTOPOOL { "separating/rlt/addtopool" }
constexpr

if set to true, globally valid RLT cuts are added to the global cut pool

Definition at line 6899 of file parameters.hpp.

◆ BADSCORE

Param<double> scippp::params::SEPARATING::RLT::BADSCORE { "separating/rlt/badscore" }
constexpr

threshold for score of cut relative to best score to be discarded

Definition at line 6904 of file parameters.hpp.

◆ DELAY

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

should separator be delayed, if other separators found cuts?

Definition at line 6870 of file parameters.hpp.

◆ DETECTHIDDEN

Param<bool> scippp::params::SEPARATING::RLT::DETECTHIDDEN { "separating/rlt/detecthidden" }
constexpr

if set to true, hidden products are detected and separated by McCormick cuts

Definition at line 6895 of file parameters.hpp.

◆ DIRCUTOFFDISTWEIGHT

Param<double> scippp::params::SEPARATING::RLT::DIRCUTOFFDISTWEIGHT { "separating/rlt/dircutoffdistweight" }
constexpr

weight of directed cutoff distance in cut score calculation

Definition at line 6910 of file parameters.hpp.

◆ EFFICACYWEIGHT

Param<double> scippp::params::SEPARATING::RLT::EFFICACYWEIGHT { "separating/rlt/efficacyweight" }
constexpr

weight of efficacy in cut score calculation

Definition at line 6908 of file parameters.hpp.

◆ EXPBACKOFF

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

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

Definition at line 6873 of file parameters.hpp.

◆ FREQ

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

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

Definition at line 6865 of file parameters.hpp.

◆ GOODMAXPARALL

Param<double> scippp::params::SEPARATING::RLT::GOODMAXPARALL { "separating/rlt/goodmaxparall" }
constexpr

maximum parallelism for good cuts

Definition at line 6912 of file parameters.hpp.

◆ GOODSCORE

Param<double> scippp::params::SEPARATING::RLT::GOODSCORE { "separating/rlt/goodscore" }
constexpr

threshold for score of cut relative to best score to be considered good, so that less strict filtering is applied

Definition at line 6902 of file parameters.hpp.

◆ HIDDENRLT

Param<bool> scippp::params::SEPARATING::RLT::HIDDENRLT { "separating/rlt/hiddenrlt" }
constexpr

whether RLT cuts (TRUE) or only McCormick inequalities (FALSE) should be added for hidden products

Definition at line 6897 of file parameters.hpp.

◆ MAXBOUNDDIST

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

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

Definition at line 6868 of file parameters.hpp.

◆ MAXNCUTS

Param<int> scippp::params::SEPARATING::RLT::MAXNCUTS { "separating/rlt/maxncuts" }
constexpr

maximal number of rlt-cuts that are added per round (-1: unlimited)

Definition at line 6875 of file parameters.hpp.

◆ MAXPARALL

Param<double> scippp::params::SEPARATING::RLT::MAXPARALL { "separating/rlt/maxparall" }
constexpr

maximum parallelism for non-good cuts

Definition at line 6914 of file parameters.hpp.

◆ MAXROUNDS

Param<int> scippp::params::SEPARATING::RLT::MAXROUNDS { "separating/rlt/maxrounds" }
constexpr

maximal number of separation rounds per node (-1: unlimited)

Definition at line 6881 of file parameters.hpp.

◆ MAXROUNDSROOT

Param<int> scippp::params::SEPARATING::RLT::MAXROUNDSROOT { "separating/rlt/maxroundsroot" }
constexpr

maximal number of separation rounds in the root node (-1: unlimited)

Definition at line 6883 of file parameters.hpp.

◆ MAXUNKNOWNTERMS

Param<int> scippp::params::SEPARATING::RLT::MAXUNKNOWNTERMS { "separating/rlt/maxunknownterms" }
constexpr

maximal number of unknown bilinear terms a row is still used with (-1: unlimited)

Definition at line 6877 of file parameters.hpp.

◆ MAXUSEDVARS

Param<int> scippp::params::SEPARATING::RLT::MAXUSEDVARS { "separating/rlt/maxusedvars" }
constexpr

maximal number of variables used to compute rlt cuts (-1: unlimited)

Definition at line 6879 of file parameters.hpp.

◆ OBJPARALWEIGHT

Param<double> scippp::params::SEPARATING::RLT::OBJPARALWEIGHT { "separating/rlt/objparalweight" }
constexpr

weight of objective parallelism in cut score calculation

Definition at line 6906 of file parameters.hpp.

◆ ONLYCONTROWS

Param<bool> scippp::params::SEPARATING::RLT::ONLYCONTROWS { "separating/rlt/onlycontrows" }
constexpr

if set to true, only continuous rows are used for rlt cuts

Definition at line 6887 of file parameters.hpp.

◆ ONLYEQROWS

Param<bool> scippp::params::SEPARATING::RLT::ONLYEQROWS { "separating/rlt/onlyeqrows" }
constexpr

if set to true, only equality rows are used for rlt cuts

Definition at line 6885 of file parameters.hpp.

◆ ONLYORIGINAL

Param<bool> scippp::params::SEPARATING::RLT::ONLYORIGINAL { "separating/rlt/onlyoriginal" }
constexpr

if set to true, only original rows and variables are used

Definition at line 6889 of file parameters.hpp.

◆ PRIORITY

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

priority of separator <rlt>

Definition at line 6863 of file parameters.hpp.

◆ USEINSUBSCIP

Param<bool> scippp::params::SEPARATING::RLT::USEINSUBSCIP { "separating/rlt/useinsubscip" }
constexpr

if set to true, rlt is also used in sub-scips

Definition at line 6891 of file parameters.hpp.

◆ USEPROJECTION

Param<bool> scippp::params::SEPARATING::RLT::USEPROJECTION { "separating/rlt/useprojection" }
constexpr

if set to true, projected rows are checked first

Definition at line 6893 of file parameters.hpp.