We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce6f6c commit 126059cCopy full SHA for 126059c
test/JuMP_tests.jl
@@ -499,7 +499,6 @@ function _soc1_ncuts(opt)
499
500
JuMP.delete(m, xlb1)
501
JuMP.optimize!(m)
502
- @test MOI.get(m, Pajarito.NumberOfCuts()) > 0
503
@test JuMP.termination_status(m) == MOI.OPTIMAL
504
@test JuMP.primal_status(m) == MOI.FEASIBLE_POINT
505
@test isapprox(JuMP.objective_value(m), -3.5, atol = TOL)
0 commit comments