Skip to content

Commit

Permalink
update documentation of simplex
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Oct 16, 2024
1 parent 3f12c5c commit af1ebb0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/simplex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,6 @@ opttype = Maximize
s = createsimplexproblem(obj, amat, rhs, dir, opttype)
iters = simplexiterations(s)
for i = 1:length(iters)
println("Iteration $i")
println(iters[i])
end
```
"""
function createsimplexproblem(
Expand Down

0 comments on commit af1ebb0

Please sign in to comment.