Skip to content

Commit badc12a

Browse files
committed
Update
1 parent 4df9d19 commit badc12a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/algorithms/RandomWeighting.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ function test_unbounded()
173173
model = MOA.Optimizer(HiGHS.Optimizer)
174174
MOI.set(model, MOA.Algorithm(), MOA.RandomWeighting())
175175
MOI.set(model, MOI.Silent(), true)
176+
@test MOI.supports(model, MOA.SolutionLimit())
176177
MOI.set(model, MOA.SolutionLimit(), 10)
177178
x = MOI.add_variables(model, 2)
178179
MOI.add_constraint.(model, x, MOI.GreaterThan(0.0))

0 commit comments

Comments
 (0)