List of all members | Public Attributes
casadi_madnlp_data< T1 > Struct Template Reference

#include <madnlp_runtime.hpp>

Detailed Description

template<typename T1>
struct casadi_madnlp_data< T1 >

Definition at line 56 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
 
CNLPModel * cnlp_model
 
OptsDict * libmad_opts
 
MadNLPExecutionStats * stats
 
MadNLPSolver * solver
 

Member Data Documentation

◆ arg

template<typename T1 >
const T1** casadi_madnlp_data< T1 >::arg

Definition at line 62 of file madnlp_runtime.hpp.

◆ cnlp_model

template<typename T1 >
CNLPModel* casadi_madnlp_data< T1 >::cnlp_model

Definition at line 76 of file madnlp_runtime.hpp.

◆ f

template<typename T1 >
T1 * casadi_madnlp_data< T1 >::f

Definition at line 68 of file madnlp_runtime.hpp.

◆ g

template<typename T1 >
T1 * casadi_madnlp_data< T1 >::g

Definition at line 68 of file madnlp_runtime.hpp.

◆ grad_f

template<typename T1 >
T1 * casadi_madnlp_data< T1 >::grad_f

Definition at line 68 of file madnlp_runtime.hpp.

◆ grad_l

template<typename T1 >
T1 * casadi_madnlp_data< T1 >::grad_l

Definition at line 68 of file madnlp_runtime.hpp.

◆ hess_l

template<typename T1 >
T1 * casadi_madnlp_data< T1 >::hess_l

Definition at line 68 of file madnlp_runtime.hpp.

◆ iw

template<typename T1 >
casadi_int* casadi_madnlp_data< T1 >::iw

Definition at line 64 of file madnlp_runtime.hpp.

◆ jac_g

template<typename T1 >
T1 * casadi_madnlp_data< T1 >::jac_g

Definition at line 68 of file madnlp_runtime.hpp.

◆ lam_g

template<typename T1 >
T1 * casadi_madnlp_data< T1 >::lam_g

Definition at line 68 of file madnlp_runtime.hpp.

◆ libmad_opts

template<typename T1 >
OptsDict* casadi_madnlp_data< T1 >::libmad_opts

Definition at line 77 of file madnlp_runtime.hpp.

◆ nlp

template<typename T1 >
casadi_nlpsol_data<T1>* casadi_madnlp_data< T1 >::nlp

Definition at line 60 of file madnlp_runtime.hpp.

◆ prob

template<typename T1 >
const casadi_madnlp_prob<T1>* casadi_madnlp_data< T1 >::prob

Definition at line 58 of file madnlp_runtime.hpp.

◆ res

template<typename T1 >
T1** casadi_madnlp_data< T1 >::res

Definition at line 63 of file madnlp_runtime.hpp.

◆ solver

template<typename T1 >
MadNLPSolver* casadi_madnlp_data< T1 >::solver

Definition at line 79 of file madnlp_runtime.hpp.

◆ stats

template<typename T1 >
MadNLPExecutionStats* casadi_madnlp_data< T1 >::stats

Definition at line 78 of file madnlp_runtime.hpp.

◆ success

template<typename T1 >
int casadi_madnlp_data< T1 >::success

Definition at line 71 of file madnlp_runtime.hpp.

◆ unified_return_status

template<typename T1 >
int casadi_madnlp_data< T1 >::unified_return_status

Definition at line 70 of file madnlp_runtime.hpp.

◆ w

template<typename T1 >
T1* casadi_madnlp_data< T1 >::w

Definition at line 65 of file madnlp_runtime.hpp.

◆ x

template<typename T1 >
T1* casadi_madnlp_data< T1 >::x

Definition at line 68 of file madnlp_runtime.hpp.


The documentation for this struct was generated from the following file: