- 3.0.2 optimal control module.
|
#include <ct/optcon/optcon.h>
Functions | |
void | controlInputBoxConstraintExample () |
void | terminalConstraintExample () |
void | boxConstraintsExample () |
void | sparseBoxConstraintsExample () |
int | main (int argc, char **argv) |
Variables | |
const size_t | state_dim = 10 |
const size_t | control_dim = 5 |
void controlInputBoxConstraintExample | ( | ) |
Referenced by main().
void terminalConstraintExample | ( | ) |
Referenced by main().
void boxConstraintsExample | ( | ) |
Referenced by main().
void sparseBoxConstraintsExample | ( | ) |
References control_dim, and state_dim.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
const size_t state_dim = 10 |
Referenced by main(), sparseBoxConstraintsExample(), TEST(), and timeSolvers().
const size_t control_dim = 5 |
Referenced by main(), sparseBoxConstraintsExample(), TEST(), and timeSolvers().