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

#include <uno_runtime.hpp>

Detailed Description

template<typename T1>
struct casadi_uno_data< T1 >

Definition at line 56 of file uno_runtime.hpp.

Public Attributes

const casadi_uno_prob< T1 > * prob
 
void * solver
 
void * model
 
const T1 ** arg
 
T1 ** res
 
casadi_int * iw
 
T1 * w
 
int unified_return_status
 
int success
 
T1 primal_infeasibility
 
T1 stationarity
 
T1 complementarity
 
uno_int iter_count
 
casadi_nlpsol_data< T1 > nlp
 
casadi_oracle_data< T1 > d_oracle
 

Member Data Documentation

◆ arg

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

Definition at line 60 of file uno_runtime.hpp.

◆ complementarity

template<typename T1 >
T1 casadi_uno_data< T1 >::complementarity

Definition at line 68 of file uno_runtime.hpp.

◆ d_oracle

template<typename T1 >
casadi_oracle_data<T1> casadi_uno_data< T1 >::d_oracle

Definition at line 71 of file uno_runtime.hpp.

◆ iter_count

template<typename T1 >
uno_int casadi_uno_data< T1 >::iter_count

Definition at line 69 of file uno_runtime.hpp.

◆ iw

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

Definition at line 62 of file uno_runtime.hpp.

◆ model

template<typename T1 >
void* casadi_uno_data< T1 >::model

Definition at line 59 of file uno_runtime.hpp.

◆ nlp

template<typename T1 >
casadi_nlpsol_data<T1> casadi_uno_data< T1 >::nlp

Definition at line 70 of file uno_runtime.hpp.

◆ primal_infeasibility

template<typename T1 >
T1 casadi_uno_data< T1 >::primal_infeasibility

Definition at line 66 of file uno_runtime.hpp.

◆ prob

template<typename T1 >
const casadi_uno_prob<T1>* casadi_uno_data< T1 >::prob

Definition at line 57 of file uno_runtime.hpp.

◆ res

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

Definition at line 61 of file uno_runtime.hpp.

◆ solver

template<typename T1 >
void* casadi_uno_data< T1 >::solver

Definition at line 58 of file uno_runtime.hpp.

◆ stationarity

template<typename T1 >
T1 casadi_uno_data< T1 >::stationarity

Definition at line 67 of file uno_runtime.hpp.

◆ success

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

Definition at line 65 of file uno_runtime.hpp.

◆ unified_return_status

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

Definition at line 64 of file uno_runtime.hpp.

◆ w

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

Definition at line 63 of file uno_runtime.hpp.


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