public API
(
switch to internal
)
-
revision 3.6.7
casadi
interfaces
sleqp
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 */
casadi
The casadi namespace.
Definition:
binary_mx_impl.hpp:36
casadi::casadi_sleqp_func_create
void casadi_sleqp_func_create(SleqpFunc **star, int num_vars, int num_cons, SLEQPMemory *m)
casadi::SLEQPMemory
Definition:
sleqp_interface.hpp:22