File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,6 @@ function test_unbounded()
148
148
MOI. set (model, MOI. ObjectiveSense (), MOI. MAX_SENSE)
149
149
MOI. optimize! (model)
150
150
@test MOI. get (model, MOI. TerminationStatus ()) == MOI. DUAL_INFEASIBLE
151
- @test MOI. get (model, MOI. PrimalStatus ()) == MOI. NO_SOLUTION
152
- @test MOI. get (model, MOI. DualStatus ()) == MOI. NO_SOLUTION
153
151
end
154
152
return
155
153
end
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ function test_unbounded()
72
72
MOI. set (model, MOI. ObjectiveSense (), MOI. MAX_SENSE)
73
73
MOI. optimize! (model)
74
74
@test MOI. get (model, MOI. TerminationStatus ()) == MOI. DUAL_INFEASIBLE
75
- @test MOI. get (model, MOI. PrimalStatus ()) == MOI. NO_SOLUTION
76
- @test MOI. get (model, MOI. DualStatus ()) == MOI. NO_SOLUTION
77
75
return
78
76
end
79
77
You can’t perform that action at this time.
0 commit comments