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

Parameters with prefix nlhdlr/bilinear. More...

Variables

constexpr Param< bool > ENABLED { "nlhdlr/bilinear/enabled" }
 should this nonlinear handler be used
 
constexpr Param< int > MAXSEPADEPTH { "nlhdlr/bilinear/maxsepadepth" }
 maximum depth to apply separation
 
constexpr Param< int > MAXSEPAROUNDS { "nlhdlr/bilinear/maxseparounds" }
 maximum number of separation rounds in a local node
 
constexpr Param< int > MAXSEPAROUNDSROOT { "nlhdlr/bilinear/maxseparoundsroot" }
 maximum number of separation rounds in the root node
 
constexpr Param< bool > USEINTEVAL { "nlhdlr/bilinear/useinteval" }
 whether to use the interval evaluation callback of the nlhdlr
 
constexpr Param< bool > USEREVERSEPROP { "nlhdlr/bilinear/usereverseprop" }
 whether to use the reverse propagation callback of the nlhdlr
 

Detailed Description

Parameters with prefix nlhdlr/bilinear.

Variable Documentation

◆ ENABLED

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

should this nonlinear handler be used

Definition at line 4444 of file parameters.hpp.

◆ MAXSEPADEPTH

constexpr Param<int> scippp::params::NLHDLR::BILINEAR::MAXSEPADEPTH { "nlhdlr/bilinear/maxsepadepth" }
constexpr

maximum depth to apply separation

Definition at line 4454 of file parameters.hpp.

◆ MAXSEPAROUNDS

constexpr Param<int> scippp::params::NLHDLR::BILINEAR::MAXSEPAROUNDS { "nlhdlr/bilinear/maxseparounds" }
constexpr

maximum number of separation rounds in a local node

Definition at line 4452 of file parameters.hpp.

◆ MAXSEPAROUNDSROOT

constexpr Param<int> scippp::params::NLHDLR::BILINEAR::MAXSEPAROUNDSROOT { "nlhdlr/bilinear/maxseparoundsroot" }
constexpr

maximum number of separation rounds in the root node

Definition at line 4450 of file parameters.hpp.

◆ USEINTEVAL

constexpr Param<bool> scippp::params::NLHDLR::BILINEAR::USEINTEVAL { "nlhdlr/bilinear/useinteval" }
constexpr

whether to use the interval evaluation callback of the nlhdlr

Definition at line 4446 of file parameters.hpp.

◆ USEREVERSEPROP

constexpr Param<bool> scippp::params::NLHDLR::BILINEAR::USEREVERSEPROP { "nlhdlr/bilinear/usereverseprop" }
constexpr

whether to use the reverse propagation callback of the nlhdlr

Definition at line 4448 of file parameters.hpp.