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()
148148 MOI. set (model, MOI. ObjectiveSense (), MOI. MAX_SENSE)
149149 MOI. optimize! (model)
150150 @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
153151 end
154152 return
155153end
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ function test_unbounded()
7272 MOI. set (model, MOI. ObjectiveSense (), MOI. MAX_SENSE)
7373 MOI. optimize! (model)
7474 @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
7775 return
7876end
7977
You can’t perform that action at this time.
0 commit comments