Skip to content

Commit 012cf80

Browse files
committed
Update
1 parent ee2feee commit 012cf80

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/problems.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ function test_issue_122(model)
472472
return
473473
end
474474

475-
function test_issue_133()
475+
function test_issue_133(model)
476476
#!format: off
477477
p = Float64[
478478
33 90 96 75 1 69 100 50 63 61 59 95 58 10 77 30 86 89 82 51 38 33 73 54 91 89 95 82 48 67
@@ -484,9 +484,6 @@ function test_issue_133()
484484
21, 7, 7, 14, 4, 3, 27, 10, 5, 9, 10
485485
]
486486
#!format: on
487-
model = MOA.Optimizer(HiGHS.Optimizer)
488-
MOI.set(model, MOA.Algorithm(), MOA.TambyVanderpooten())
489-
MOI.set(model, MOI.Silent(), true)
490487
x = MOI.add_variables(model, length(w))
491488
MOI.add_constraint.(model, x, MOI.ZeroOne())
492489
MOI.set(model, MOI.ObjectiveSense(), MOI.MAX_SENSE)

0 commit comments

Comments
 (0)