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 | |
Parameters with prefix nlhdlr/bilinear.
|
constexpr |
should this nonlinear handler be used
Definition at line 4847 of file parameters.hpp.
|
constexpr |
maximum depth to apply separation
Definition at line 4857 of file parameters.hpp.
|
constexpr |
maximum number of separation rounds in a local node
Definition at line 4855 of file parameters.hpp.
|
constexpr |
maximum number of separation rounds in the root node
Definition at line 4853 of file parameters.hpp.
|
constexpr |
whether to use the interval evaluation callback of the nlhdlr
Definition at line 4849 of file parameters.hpp.
|
constexpr |
whether to use the reverse propagation callback of the nlhdlr
Definition at line 4851 of file parameters.hpp.