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

Parameters with prefix cutselection/hybrid. More...

Variables

constexpr Param< double > DIRCUTOFFDISTWEIGHT { "cutselection/hybrid/dircutoffdistweight" }
 weight of directed cutoff distance in cut score calculation
 
constexpr Param< double > EFFICACYWEIGHT { "cutselection/hybrid/efficacyweight" }
 weight of efficacy in cut score calculation
 
constexpr Param< double > INTSUPPORTWEIGHT { "cutselection/hybrid/intsupportweight" }
 weight of integral support in cut score calculation
 
constexpr Param< double > MINORTHO { "cutselection/hybrid/minortho" }
 minimal orthogonality for a cut to enter the LP
 
constexpr Param< double > MINORTHOROOT { "cutselection/hybrid/minorthoroot" }
 minimal orthogonality for a cut to enter the LP in the root node
 
constexpr Param< double > OBJPARALWEIGHT { "cutselection/hybrid/objparalweight" }
 weight of objective parallelism in cut score calculation
 
constexpr Param< int > PRIORITY { "cutselection/hybrid/priority" }
 priority of cut selection rule <hybrid>
 

Detailed Description

Parameters with prefix cutselection/hybrid.

Variable Documentation

◆ DIRCUTOFFDISTWEIGHT

constexpr Param<double> scippp::params::CUTSELECTION::HYBRID::DIRCUTOFFDISTWEIGHT { "cutselection/hybrid/dircutoffdistweight" }
constexpr

weight of directed cutoff distance in cut score calculation

Definition at line 1902 of file parameters.hpp.

◆ EFFICACYWEIGHT

constexpr Param<double> scippp::params::CUTSELECTION::HYBRID::EFFICACYWEIGHT { "cutselection/hybrid/efficacyweight" }
constexpr

weight of efficacy in cut score calculation

Definition at line 1900 of file parameters.hpp.

◆ INTSUPPORTWEIGHT

constexpr Param<double> scippp::params::CUTSELECTION::HYBRID::INTSUPPORTWEIGHT { "cutselection/hybrid/intsupportweight" }
constexpr

weight of integral support in cut score calculation

Definition at line 1906 of file parameters.hpp.

◆ MINORTHO

constexpr Param<double> scippp::params::CUTSELECTION::HYBRID::MINORTHO { "cutselection/hybrid/minortho" }
constexpr

minimal orthogonality for a cut to enter the LP

Definition at line 1908 of file parameters.hpp.

◆ MINORTHOROOT

constexpr Param<double> scippp::params::CUTSELECTION::HYBRID::MINORTHOROOT { "cutselection/hybrid/minorthoroot" }
constexpr

minimal orthogonality for a cut to enter the LP in the root node

Definition at line 1910 of file parameters.hpp.

◆ OBJPARALWEIGHT

constexpr Param<double> scippp::params::CUTSELECTION::HYBRID::OBJPARALWEIGHT { "cutselection/hybrid/objparalweight" }
constexpr

weight of objective parallelism in cut score calculation

Definition at line 1904 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::CUTSELECTION::HYBRID::PRIORITY { "cutselection/hybrid/priority" }
constexpr

priority of cut selection rule <hybrid>

Definition at line 1898 of file parameters.hpp.