Solutions

DynOptInterface.AbstractDynamicSolutionType
AbstractDynamicSolution

Supertype for solutions of dynamic functions.

Concrete subtypes must implement the callable interface (s::AbstractDynamicSolution)(τ::Real), which evaluates the solution at τ.

source