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

#include <casadi_sqpmethod.hpp>

Detailed Description

template<typename T1>
struct casadi_sqpmethod_prob< T1 >

Definition at line 25 of file casadi_sqpmethod.hpp.

Public Attributes

const casadi_nlpsol_prob< T1 > * nlp
 
const casadi_int * sp_h
 
const casadi_int * sp_a
 
const casadi_int * sp_hr
 
casadi_int merit_memsize
 
casadi_int max_iter_ls
 

Member Data Documentation

◆ max_iter_ls

template<typename T1 >
casadi_int casadi_sqpmethod_prob< T1 >::max_iter_ls

Definition at line 30 of file casadi_sqpmethod.hpp.

◆ merit_memsize

template<typename T1 >
casadi_int casadi_sqpmethod_prob< T1 >::merit_memsize

Definition at line 29 of file casadi_sqpmethod.hpp.

◆ nlp

template<typename T1 >
const casadi_nlpsol_prob<T1>* casadi_sqpmethod_prob< T1 >::nlp

Definition at line 26 of file casadi_sqpmethod.hpp.

◆ sp_a

template<typename T1 >
const casadi_int * casadi_sqpmethod_prob< T1 >::sp_a

Definition at line 28 of file casadi_sqpmethod.hpp.

◆ sp_h

template<typename T1 >
const casadi_int* casadi_sqpmethod_prob< T1 >::sp_h

Definition at line 28 of file casadi_sqpmethod.hpp.

◆ sp_hr

template<typename T1 >
const casadi_int * casadi_sqpmethod_prob< T1 >::sp_hr

Definition at line 28 of file casadi_sqpmethod.hpp.


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