Skip to content

Commit f36001c

Browse files
committed
add HiGHS to test_model.py (some still failing)
1 parent 0b386f3 commit f36001c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
CBC,
88
Column,
99
GUROBI,
10+
HIGHS,
1011
LinExpr,
1112
Model,
1213
MAXIMIZE,
@@ -19,7 +20,7 @@
1920
)
2021

2122
TOL = 1e-4
22-
SOLVERS = [CBC]
23+
SOLVERS = [CBC, HIGHS]
2324
if "GUROBI_HOME" in os.environ:
2425
SOLVERS += [GUROBI]
2526

0 commit comments

Comments
 (0)