Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroripper authored Aug 6, 2024
1 parent c3ba668 commit 8ba9de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ optimize!(model)
for i = 1:result_count(model)
xi = value.(x; result = i)
yi = objective_value(model; result = i)

println("[$i] f($(xi)) = $(yi)")
end
```
Expand Down

0 comments on commit 8ba9de9

Please sign in to comment.