optim::optpp::NonLinearEqualityTrait< Method, Objective, Applicable > Class Template Reference

template<typename Method, typename Objective, bool Applicable> class NonLinearEqualityTrait; More...

List of all members.

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)

Detailed Description

template<typename Method, typename Objective, bool Applicable>
class optim::optpp::NonLinearEqualityTrait< Method, Objective, Applicable >

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 $ f(\vec{x})=0 $

Definition at line 553 of file optimizer.h.


The documentation for this class was generated from the following files:
Generated on Mon Jan 24 12:04:41 2011 for FASTlib by  doxygen 1.6.3