Skip to content

Commit 9e820d9

Browse files
committed
no cut when not called
1 parent 7ba1493 commit 9e820d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/JuMP_tests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ function _soc1_ncuts(opt)
492492
JuMP.@objective(m, Min, -x)
493493
xlb1 = JuMP.@constraint(m, x >= 4)
494494
soc1 = JuMP.@constraint(m, [3.5, x] in JuMP.SecondOrderCone())
495-
@test MOI.get(m, Pajarito.NumberOfCuts()) == 0
496495
JuMP.optimize!(m)
497496
@test JuMP.termination_status(m) == MOI.INFEASIBLE
498497
@test JuMP.primal_status(m) == MOI.NO_SOLUTION

0 commit comments

Comments
 (0)