Definition expression_graph.hpp:11
TimestepMethod
Enum describing the type of system timestep.
Definition timestep_method.hpp:12
@ VARIABLE_SINGLE
The timesteps are equal length but allowed to vary as a single decision variable.
@ FIXED
The timestep is a fixed constant.
@ VARIABLE
The timesteps are allowed to vary as independent decision variables.