internal API
(
switch to public
)
-
revision 3.7.0
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:
archiver.cpp:28
casadi::casadi_sleqp_func_create
void casadi_sleqp_func_create(SleqpFunc **star, int num_vars, int num_cons, SLEQPMemory *m)
Definition:
sleqp_func.cpp:237