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 5832f38 commit 084ca30Copy full SHA for 084ca30
test/algorithms/Lexicographic.jl
@@ -148,8 +148,6 @@ function test_unbounded()
148
MOI.set(model, MOI.ObjectiveSense(), MOI.MAX_SENSE)
149
MOI.optimize!(model)
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
end
154
return
155
test/test_model.jl
@@ -72,8 +72,6 @@ function test_unbounded()
72
73
74
75
76
77
78
79
0 commit comments