OptimalControl.jl
OptimalControl.jl copied to clipboard
[Doc] Interaction with a model and a solution
Add in the documentation a manual on the possible interactions with a model (that is an optimal control problem) and a solution.
The manual must include docstrings and examples.
Remark. Maybe split in two pages.
Model
- Explain the
Modeltype and the associated getters. Do not mention methods that takes aPreModelas input. - Retrieve a constraint
- Build a solution
Solution
- Plot
- Type
- Getters
- dual method
- Build a solution: link to the explanation in the Model manual.