Definition expression_graph.hpp:11
DynamicsType
Enum describing a type of system dynamics constraints.
Definition dynamics_type.hpp:12
@ DISCRETE
The dynamics are a function in the form xₖ₊₁ = f(t, xₖ, uₖ).
@ EXPLICIT_ODE
The dynamics are a function in the form dx/dt = f(t, x, u).