Skip to content

Commit 27a071c

Browse files
Update test_vars.py
1 parent 105594f commit 27a071c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_vars.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def test_markRelaxationOnly():
8787
def test_getNBranchings():
8888
m = random_mip_1(True, True, True, 100, True)
8989
m.setParam("branching/mostinf/priority", 999999)
90+
m.setParam("limits/restarts", 0)
9091

9192
m.optimize()
9293

0 commit comments

Comments
 (0)