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

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

should this nonlinear handler be used

Definition at line 4847 of file parameters.hpp.

◆ MAXSEPADEPTH

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

maximum depth to apply separation

Definition at line 4857 of file parameters.hpp.

◆ MAXSEPAROUNDS

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

maximum number of separation rounds in a local node

Definition at line 4855 of file parameters.hpp.

◆ MAXSEPAROUNDSROOT

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

maximum number of separation rounds in the root node

Definition at line 4853 of file parameters.hpp.

◆ USEINTEVAL

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

whether to use the interval evaluation callback of the nlhdlr

Definition at line 4849 of file parameters.hpp.

◆ USEREVERSEPROP

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

whether to use the reverse propagation callback of the nlhdlr

Definition at line 4851 of file parameters.hpp.