#include <madnlp_runtime.hpp>
Definition at line 52 of file madnlp_runtime.hpp.
Public Attributes | |
const casadi_madnlp_prob< T1 > * | prob |
casadi_nlpsol_data< T1 > * | nlp |
const T1 ** | arg |
T1 ** | res |
casadi_int * | iw |
T1 * | w |
T1 * | x |
T1 * | lam_g |
T1 * | g |
T1 * | f |
T1 * | jac_g |
T1 * | grad_f |
T1 * | hess_l |
T1 * | grad_l |
int | unified_return_status |
int | success |
struct MadnlpCInterface | c_interface |
struct MadnlpCStats | stats |
struct MadnlpCSolver * | solver |
const T1** casadi_madnlp_data< T1 >::arg |
Definition at line 58 of file madnlp_runtime.hpp.
struct MadnlpCInterface casadi_madnlp_data< T1 >::c_interface |
Definition at line 67 of file madnlp_runtime.hpp.
T1 * casadi_madnlp_data< T1 >::f |
Definition at line 64 of file madnlp_runtime.hpp.
T1 * casadi_madnlp_data< T1 >::g |
Definition at line 64 of file madnlp_runtime.hpp.
T1 * casadi_madnlp_data< T1 >::grad_f |
Definition at line 64 of file madnlp_runtime.hpp.
T1 * casadi_madnlp_data< T1 >::grad_l |
Definition at line 64 of file madnlp_runtime.hpp.
T1 * casadi_madnlp_data< T1 >::hess_l |
Definition at line 64 of file madnlp_runtime.hpp.
casadi_int* casadi_madnlp_data< T1 >::iw |
Definition at line 60 of file madnlp_runtime.hpp.
T1 * casadi_madnlp_data< T1 >::jac_g |
Definition at line 64 of file madnlp_runtime.hpp.
T1 * casadi_madnlp_data< T1 >::lam_g |
Definition at line 64 of file madnlp_runtime.hpp.
casadi_nlpsol_data<T1>* casadi_madnlp_data< T1 >::nlp |
Definition at line 56 of file madnlp_runtime.hpp.
const casadi_madnlp_prob<T1>* casadi_madnlp_data< T1 >::prob |
Definition at line 54 of file madnlp_runtime.hpp.
T1** casadi_madnlp_data< T1 >::res |
Definition at line 59 of file madnlp_runtime.hpp.
struct MadnlpCSolver* casadi_madnlp_data< T1 >::solver |
Definition at line 74 of file madnlp_runtime.hpp.
struct MadnlpCStats casadi_madnlp_data< T1 >::stats |
Definition at line 67 of file madnlp_runtime.hpp.
int casadi_madnlp_data< T1 >::success |
Definition at line 67 of file madnlp_runtime.hpp.
int casadi_madnlp_data< T1 >::unified_return_status |
Definition at line 66 of file madnlp_runtime.hpp.
T1* casadi_madnlp_data< T1 >::w |
Definition at line 61 of file madnlp_runtime.hpp.
T1* casadi_madnlp_data< T1 >::x |
Definition at line 64 of file madnlp_runtime.hpp.