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

#include <casadi_nlp.hpp>

Detailed Description

template<typename T1>
struct casadi_nlpsol_detect_bounds_prob< T1 >

Definition at line 23 of file casadi_nlp.hpp.

Public Attributes

casadi_int sz_arg
 
casadi_int sz_res
 
casadi_int sz_iw
 
casadi_int sz_w
 
casadi_int ng
 
casadi_int nb
 
const casadi_int * target_x
 
const casadi_int * target_g
 
const char * is_simple
 
int(* callback )(const T1 **arg, T1 **res, casadi_int *iw, T1 *w, void *callback_data)
 
void * callback_data
 

Member Data Documentation

◆ callback

template<typename T1 >
int(* casadi_nlpsol_detect_bounds_prob< T1 >::callback) (const T1 **arg, T1 **res, casadi_int *iw, T1 *w, void *callback_data)

Definition at line 36 of file casadi_nlp.hpp.

◆ callback_data

template<typename T1 >
void* casadi_nlpsol_detect_bounds_prob< T1 >::callback_data

Definition at line 37 of file casadi_nlp.hpp.

◆ is_simple

template<typename T1 >
const char* casadi_nlpsol_detect_bounds_prob< T1 >::is_simple

Definition at line 34 of file casadi_nlp.hpp.

◆ nb

template<typename T1 >
casadi_int casadi_nlpsol_detect_bounds_prob< T1 >::nb

Definition at line 31 of file casadi_nlp.hpp.

◆ ng

template<typename T1 >
casadi_int casadi_nlpsol_detect_bounds_prob< T1 >::ng

Definition at line 29 of file casadi_nlp.hpp.

◆ sz_arg

template<typename T1 >
casadi_int casadi_nlpsol_detect_bounds_prob< T1 >::sz_arg

Definition at line 24 of file casadi_nlp.hpp.

◆ sz_iw

template<typename T1 >
casadi_int casadi_nlpsol_detect_bounds_prob< T1 >::sz_iw

Definition at line 26 of file casadi_nlp.hpp.

◆ sz_res

template<typename T1 >
casadi_int casadi_nlpsol_detect_bounds_prob< T1 >::sz_res

Definition at line 25 of file casadi_nlp.hpp.

◆ sz_w

template<typename T1 >
casadi_int casadi_nlpsol_detect_bounds_prob< T1 >::sz_w

Definition at line 27 of file casadi_nlp.hpp.

◆ target_g

template<typename T1 >
const casadi_int* casadi_nlpsol_detect_bounds_prob< T1 >::target_g

Definition at line 33 of file casadi_nlp.hpp.

◆ target_x

template<typename T1 >
const casadi_int* casadi_nlpsol_detect_bounds_prob< T1 >::target_x

Definition at line 32 of file casadi_nlp.hpp.


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