Skip to content

Commit e8df858

Browse files
committed
Update
1 parent c0a0a56 commit e8df858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algorithms/DominguezRios.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function test_lp()
171171
],
172172
fill(0.0, 2),
173173
)
174-
MOI.add_constraint(model, 3x1 - x2, MOI.LessThan(6.0))
174+
MOI.add_constraint(model, 3.0 * x1 - x2, MOI.LessThan(6.0))
175175
MOI.set(model, MOA.Algorithm(), MOA.DominguezRios())
176176
MOI.optimize!(model)
177177
@test MOI.get(model, MOI.TerminationStatus()) == MOI.OPTIMAL

0 commit comments

Comments
 (0)