template<typename Method, typename Objective, bool Applicable> class NonLinearEqualityTrait; More...
Static Public Member Functions | |
static void | UpdateConstraints (Objective *object, OPTPP::OptppArray< OPTPP::Constraint > *constraint_array) |
static void | UpdateConstraints (Objective *object, OPTPP::OptppArray< OPTPP::Constraint > *constraint_array) |
template<typename Method, typename Objective, bool Applicable> class NonLinearEqualityTrait;
When the nonlinear constraints are applicable then it updates the constraints accordingly. The objective must provide a public member function defined as:
class Objective { public: double num_of_non_linear_equalities()); };
The constraint is expressed in the form
Definition at line 553 of file optimizer.h.