#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). | |
| VectorMutable * | c |
Pointer to constraints residual c (Will be NULL if not set). | |
| VectorMutable * | h |
Pointer to inequality constraints h (Will be NULL if not set). | |
Objects of this type are passed on to subclasses and contain pointers to quantities to be updated.
Definition at line 969 of file NLPInterfacePack_NLP.hpp.
|
|
Definition at line 972 of file NLPInterfacePack_NLP.hpp. |
|
||||||||||||||||
|
Definition at line 975 of file NLPInterfacePack_NLP.hpp. |
|
|
Pointer to objective function
Definition at line 979 of file NLPInterfacePack_NLP.hpp. |
|
|
Pointer to constraints residual
Definition at line 981 of file NLPInterfacePack_NLP.hpp. |
|
|
Pointer to inequality constraints
Definition at line 983 of file NLPInterfacePack_NLP.hpp. |
1.3.9.1