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 7b55a7b commit a3c2a48Copy full SHA for a3c2a48
tests/test_vars.py
@@ -1,10 +1,7 @@
1
from pyscipopt import Model, SCIP_PARAMSETTING, SCIP_BRANCHDIR
2
-
3
-from tests.helpers.utils import random_mip_1
4
+from helpers.utils import random_mip_1
5
6
def test_variablebounds():
7
8
m = Model()
9
10
x0 = m.addVar(lb=-5, ub=8)
0 commit comments