#include <NLPInterfacePack_NLPSerialPreprocess.hpp>
Public Member Functions | |
| ZeroOrderInfoSerial () | |
| | |
| ZeroOrderInfoSerial (value_type *f_in, DVector *c_in, DVector *h_in) | |
| | |
Public Attributes | |
| value_type * | f |
Pointer to objective function f (may be NULL if not set). | |
| DVector * | c |
Pointer to constraints residual c (may be NULL if not set). | |
| DVector * | h |
Pointer to constraints residual h (may be NULL if not set). | |
Objects of this type are passed on to subclasses and contain pointers to quantities to be updated. Note that NLP subclasses are not to resize the DVector objects *c or h since the these will already be resized.
Definition at line 393 of file NLPInterfacePack_NLPSerialPreprocess.hpp.
|
|
Definition at line 396 of file NLPInterfacePack_NLPSerialPreprocess.hpp. |
|
||||||||||||||||
|
Definition at line 399 of file NLPInterfacePack_NLPSerialPreprocess.hpp. |
|
|
Pointer to objective function
Definition at line 403 of file NLPInterfacePack_NLPSerialPreprocess.hpp. |
|
|
Pointer to constraints residual
Definition at line 405 of file NLPInterfacePack_NLPSerialPreprocess.hpp. |
|
|
Pointer to constraints residual
Definition at line 407 of file NLPInterfacePack_NLPSerialPreprocess.hpp. |
1.3.9.1