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 7ba1493 commit 9e820d9Copy full SHA for 9e820d9
test/JuMP_tests.jl
@@ -492,7 +492,6 @@ function _soc1_ncuts(opt)
492
JuMP.@objective(m, Min, -x)
493
xlb1 = JuMP.@constraint(m, x >= 4)
494
soc1 = JuMP.@constraint(m, [3.5, x] in JuMP.SecondOrderCone())
495
- @test MOI.get(m, Pajarito.NumberOfCuts()) == 0
496
JuMP.optimize!(m)
497
@test JuMP.termination_status(m) == MOI.INFEASIBLE
498
@test JuMP.primal_status(m) == MOI.NO_SOLUTION
0 commit comments