Skip to content

Commit

Permalink
Update quickstart.md (#208)
Browse files Browse the repository at this point in the history
The name appears to have changed
  • Loading branch information
baggepinnen committed Aug 30, 2022
1 parent 784f556 commit e8cd55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ a new MadNLP instance and solve it:
```julia
x0 = zeros(2) # initial position
nlp = HS15Model(x0)
ips = MadNLP.InteriorPointSolver(nlp)
MadNLP.optimize!(ips)
ips = MadNLP.MadNLPSolver(nlp)
MadNLP.solve!(ips)

```

Expand Down

0 comments on commit e8cd55c

Please sign in to comment.