Skip to content

Commit 1ffc813

Browse files
authored
Update tutorial-nlp.md
1 parent 506c04f commit 1ffc813

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/tutorial-nlp.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ For a first example we use the `ipopt` solver from [NLPModelsIpopt.jl](https://j
5959

6060
```@example main
6161
using NLPModelsIpopt
62-
6362
nlp_sol = ipopt(nlp; print_level=5, mu_strategy="adaptive", tol=1e-8, sb="yes")
6463
nothing # hide
6564
```
@@ -76,7 +75,6 @@ Alternatively, we can use [MadNLP.jl](https://madnlp.github.io/MadNLP.jl) to sol
7675

7776
```@example main
7877
using MadNLP
79-
8078
nlp_sol = madnlp(nlp)
8179
```
8280

0 commit comments

Comments
 (0)