Skip to content

Commit 67b9d4a

Browse files
committed
foo
1 parent ace0bca commit 67b9d4a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/src/manual-solve-explicit.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ mod = OptimalControl.ADNLP(backend=:optimized, show_time=false)
6464
6565
# Solver with iteration limit and tolerance
6666
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")
7067
nothing # hide
7168
```
7269

0 commit comments

Comments
 (0)