Parameters with prefix nlhdlr/convex. More...
Variables | |
constexpr Param< bool > | CVXPRODCOMP { "nlhdlr/convex/cvxprodcomp" } |
whether to use convexity check on product composition f(h)*h | |
constexpr Param< bool > | CVXQUADRATIC { "nlhdlr/convex/cvxquadratic" } |
whether to use convexity check on quadratics | |
constexpr Param< bool > | CVXSIGNOMIAL { "nlhdlr/convex/cvxsignomial" } |
whether to use convexity check on signomials | |
constexpr Param< bool > | DETECTSUM { "nlhdlr/convex/detectsum" } |
whether to run convexity detection when the root of an expression is a non-quadratic sum | |
constexpr Param< bool > | ENABLED { "nlhdlr/convex/enabled" } |
should this nonlinear handler be used | |
constexpr Param< bool > | EXTENDEDFORM { "nlhdlr/convex/extendedform" } |
whether to create extended formulations instead of looking for maximal convex expressions | |
constexpr Param< bool > | HANDLETRIVIAL { "nlhdlr/convex/handletrivial" } |
whether to also handle trivial convex expressions | |
constexpr Param< double > | MAXPERTURB { "nlhdlr/convex/maxperturb" } |
maximal relative perturbation of non-differentiable reference point | |
Parameters with prefix nlhdlr/convex.
|
constexpr |
whether to use convexity check on product composition f(h)*h
Definition at line 4889 of file parameters.hpp.
|
constexpr |
whether to use convexity check on quadratics
Definition at line 4885 of file parameters.hpp.
|
constexpr |
whether to use convexity check on signomials
Definition at line 4887 of file parameters.hpp.
|
constexpr |
whether to run convexity detection when the root of an expression is a non-quadratic sum
Definition at line 4879 of file parameters.hpp.
|
constexpr |
should this nonlinear handler be used
Definition at line 4877 of file parameters.hpp.
|
constexpr |
whether to create extended formulations instead of looking for maximal convex expressions
Definition at line 4881 of file parameters.hpp.
|
constexpr |
whether to also handle trivial convex expressions
Definition at line 4891 of file parameters.hpp.
|
constexpr |
maximal relative perturbation of non-differentiable reference point
Definition at line 4883 of file parameters.hpp.