We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace0bca commit 67b9d4aCopy full SHA for 67b9d4a
1 file changed
docs/src/manual-solve-explicit.md
@@ -64,9 +64,6 @@ mod = OptimalControl.ADNLP(backend=:optimized, show_time=false)
64
65
# Solver with iteration limit and tolerance
66
sol = OptimalControl.Ipopt(max_iter=500, tol=1e-6, print_level=0)
67
-
68
-# Uno solver with custom logging level
69
-uno_sol = OptimalControl.Uno(max_iter=1000, logger="INFO")
70
nothing # hide
71
```
72
0 commit comments