Go to the source code of this file.
|
| #define | NE 2 |
| |
| #define | NH 1 |
| |
| #define | NI 4 |
| |
| #define | NJ 1 |
| |
| #define | NX 4 |
| |
|
| USING_NAMESPACE_ACADO int | main () |
| |
| void | myDifferentialEquation (double *x, double *f, void *user_data) |
| |
| void | myEndPointConstraint (double *x, double *f, void *user_data) |
| |
| void | myInequalityPathConstraint (double *x, double *f, void *user_data) |
| |
| void | myInitialValueConstraint (double *x, double *f, void *user_data) |
| |
| void | myObjectiveFunction (double *x, double *f, void *user_data) |
| |
◆ NE
◆ NH
◆ NI
◆ NJ
◆ NX
◆ main()
◆ myDifferentialEquation()
| void myDifferentialEquation |
( |
double * |
x, |
|
|
double * |
f, |
|
|
void * |
user_data |
|
) |
| |
◆ myEndPointConstraint()
| void myEndPointConstraint |
( |
double * |
x, |
|
|
double * |
f, |
|
|
void * |
user_data |
|
) |
| |
◆ myInequalityPathConstraint()
| void myInequalityPathConstraint |
( |
double * |
x, |
|
|
double * |
f, |
|
|
void * |
user_data |
|
) |
| |
◆ myInitialValueConstraint()
| void myInitialValueConstraint |
( |
double * |
x, |
|
|
double * |
f, |
|
|
void * |
user_data |
|
) |
| |
◆ myObjectiveFunction()
| void myObjectiveFunction |
( |
double * |
x, |
|
|
double * |
f, |
|
|
void * |
user_data |
|
) |
| |