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 4df9d19 commit badc12aCopy full SHA for badc12a
test/algorithms/RandomWeighting.jl
@@ -173,6 +173,7 @@ function test_unbounded()
173
model = MOA.Optimizer(HiGHS.Optimizer)
174
MOI.set(model, MOA.Algorithm(), MOA.RandomWeighting())
175
MOI.set(model, MOI.Silent(), true)
176
+ @test MOI.supports(model, MOA.SolutionLimit())
177
MOI.set(model, MOA.SolutionLimit(), 10)
178
x = MOI.add_variables(model, 2)
179
MOI.add_constraint.(model, x, MOI.GreaterThan(0.0))
0 commit comments