We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cee864 commit cbd6c1dCopy full SHA for cbd6c1d
src/Solver.jl
@@ -20,7 +20,7 @@ function pivot_solve!(T::Tableau, verbose::Bool=true)
20
end # end while
21
22
if verbose
23
- val = Exact(T.M[end,end])
+ val = Exact(T.M[end, end])
24
println("Optimum value = $val")
25
end
26
0 commit comments