sleqp_func.hpp
1 #ifndef SLEQP_FUNC_H
2 #define SLEQP_FUNC_H
3 
4 #include <sleqp.h>
5 
6 namespace casadi {
7  struct SLEQPMemory;
8 
9  void casadi_sleqp_func_create(SleqpFunc** star,
10  int num_vars,
11  int num_cons,
12  SLEQPMemory* m);
13 
14 } // namespace casadi
15 
16 #endif /* SLEQP_FUNC_H */
The casadi namespace.
void casadi_sleqp_func_create(SleqpFunc **star, int num_vars, int num_cons, SLEQPMemory *m)