NLPInterfacePack: C++ Interfaces and Implementation for Non-Linear Programs
Version of the Day
|
Struct for objective and constriants (pointer). More...
#include <NLPInterfacePack_NLP.hpp>
Public Member Functions | |
ZeroOrderInfo () | |
ZeroOrderInfo (value_type *f_in, VectorMutable *c_in, VectorMutable *h_in) | |
Public Attributes | |
value_type * | f |
Pointer to objective function f (Will be NULL if not set) More... | |
VectorMutable * | c |
Pointer to constraints residual c (Will be NULL if not set) More... | |
VectorMutable * | h |
Pointer to inequality constraints h (Will be NULL if not set) More... | |
Struct for objective and constriants (pointer).
Objects of this type are passed on to subclasses and contain pointers to quantities to be updated.
Definition at line 982 of file NLPInterfacePack_NLP.hpp.
|
inline |
Definition at line 985 of file NLPInterfacePack_NLP.hpp.
|
inline |
Definition at line 988 of file NLPInterfacePack_NLP.hpp.
value_type* NLPInterfacePack::NLP::ZeroOrderInfo::f |
Pointer to objective function f
(Will be NULL if not set)
Definition at line 992 of file NLPInterfacePack_NLP.hpp.
VectorMutable* NLPInterfacePack::NLP::ZeroOrderInfo::c |
Pointer to constraints residual c
(Will be NULL if not set)
Definition at line 994 of file NLPInterfacePack_NLP.hpp.
VectorMutable* NLPInterfacePack::NLP::ZeroOrderInfo::h |
Pointer to inequality constraints h
(Will be NULL if not set)
Definition at line 996 of file NLPInterfacePack_NLP.hpp.