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

Parameters with prefix nlhdlr/soc. More...

Variables

constexpr Param< bool > COMPEIGENVALUES { "nlhdlr/soc/compeigenvalues" }
 Should Eigenvalue computations be done to detect complex cases in quadratic constraints?
 
constexpr Param< bool > ENABLED { "nlhdlr/soc/enabled" }
 should this nonlinear handler be used
 
constexpr Param< double > MINCUTEFFICACY { "nlhdlr/soc/mincutefficacy" }
 Minimum efficacy which a cut needs in order to be added.
 

Detailed Description

Parameters with prefix nlhdlr/soc.

Variable Documentation

◆ COMPEIGENVALUES

constexpr Param<bool> scippp::params::NLHDLR::SOC::COMPEIGENVALUES { "nlhdlr/soc/compeigenvalues" }
constexpr

Should Eigenvalue computations be done to detect complex cases in quadratic constraints?

Definition at line 4556 of file parameters.hpp.

◆ ENABLED

constexpr Param<bool> scippp::params::NLHDLR::SOC::ENABLED { "nlhdlr/soc/enabled" }
constexpr

should this nonlinear handler be used

Definition at line 4552 of file parameters.hpp.

◆ MINCUTEFFICACY

constexpr Param<double> scippp::params::NLHDLR::SOC::MINCUTEFFICACY { "nlhdlr/soc/mincutefficacy" }
constexpr

Minimum efficacy which a cut needs in order to be added.

Definition at line 4554 of file parameters.hpp.