Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Jul 15, 2024
1 parent 222267a commit 1f4ac6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compiler/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,5 @@ for (lin_solver_id,print_level, max_iters) in cases
println("mul: ", mul)
println("mul_L: ", mul_L)
println("mul_U: ", mul_U)
println("primal_feas: ", primal_feas[1])
println("dual_feas: ", dual_feas[1])

println("iter: ", iter[1])

end

0 comments on commit 1f4ac6b

Please sign in to comment.