Skip to content

Commit 255d5fd

Browse files
authored
Update README.md
1 parent c280c6d commit 255d5fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ ocp = @def begin
6969
t [0, 1], time
7070
x R², state
7171
u R, control
72-
x(0) == [ -1, 0 ]
73-
x(1) == [ 0, 0 ]
74-
(t) == [ x₂(t), u(t) ]
72+
x(0) == [-1, 0]
73+
x(1) == [0, 0]
74+
(t) == [x₂(t), u(t)]
7575
0.5( u(t)^2 ) min
7676
end
7777

@@ -121,4 +121,4 @@ If you want to ask a question, feel free to start a discussion [here](https://gi
121121
122122
## See also
123123

124-
We acknowledge support of colleagues from [ADNLPModels](https://jso.dev/ADNLPModels.jl/stable) @[Julia Smooth Optimizers](https://jso.dev) and [MadNLP](https://github.com/MadNLP/MadNLP.jl).
124+
We acknowledge support of colleagues from [ADNLPModels](https://jso.dev/ADNLPModels.jl/stable) @[Julia Smooth Optimizers](https://jso.dev) and [MadNLP](https://github.com/MadNLP/MadNLP.jl).

0 commit comments

Comments
 (0)