Definition expression_graph.hpp:11
TranscriptionMethod
Enum describing an OCP transcription method.
Definition transcription_method.hpp:12
@ DIRECT_COLLOCATION
The trajectory is modeled as a series of cubic polynomials where the centerpoint slope is constrained...
@ SINGLE_SHOOTING
States depend explicitly as a function of all previous states and all previous inputs.
@ DIRECT_TRANSCRIPTION
Each state is a decision variable constrained to the integrated dynamics of the previous state.