Skip to content

Commit d1a8a64

Browse files
authored
Update manual-model.md
1 parent 36b1809 commit d1a8a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/manual-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We can now solve the problem (for more details, visit the [solve manual](@ref ma
5858

5959
```@example main
6060
using NLPModelsIpopt
61-
#solve(ocp)
61+
solve(ocp)
6262
nothing # hide
6363
```
6464

@@ -387,4 +387,4 @@ ocp = @def begin
387387
x(1) + 0.5∫( t + u(t)^2 ) → min # explicit dependence on t
388388
end
389389
is_autonomous(ocp)
390-
```
390+
```

0 commit comments

Comments
 (0)