Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinKaisermayer committed Dec 9, 2022
1 parent 7e70255 commit 95db4c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/OptimizationMOI/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,4 @@ end
cons = cons)
prob = OptimizationProblem(optprob, x0, _p, lcons = [1.0, 0.5], ucons = [1.0, 0.5])
sol = solve(prob, AmplNLWriter.Optimizer(Ipopt_jll.amplexe))
sol = solve(prob, HiGHS.Optimizer())
end

0 comments on commit 95db4c4

Please sign in to comment.