Skip to content

Commit

Permalink
Update tutorial-solve.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Aug 17, 2024
1 parent 14b541b commit 9518844
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/tutorial-solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ ocp = @def begin
end
```

```@repl main_repl
solve(ocp)
```julia
julia> solve(ocp)
ERROR: ExtensionError. Please make: julia> using NLPModelsIpopt
```

As you can see, an error occured since we need the package [NLPModelsIpopt.jl](https://jso.dev/NLPModelsIpopt.jl).
Expand Down

0 comments on commit 9518844

Please sign in to comment.