Skip to content

Commit a05d3e1

Browse files
committed
Forgotten import
1 parent fcdfea1 commit a05d3e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/src/tutorial-goddard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The [OrdinaryDiffEq.jl](https://docs.sciml.ai/OrdinaryDiffEq) package is used to
4444
define the shooting function for the indirect method and the [MINPACK.jl](https://github.com/sglyon/MINPACK.jl) package permits to solve the shooting equation.
4545

4646
```@example main-goddard
47+
using BenchmarkTools
4748
using OptimalControl # to define the optimal control problem and more
4849
using NLPModelsIpopt # to solve the problem via a direct method
4950
using OrdinaryDiffEq # to get the Flow function from OptimalControl

0 commit comments

Comments
 (0)