Skip to content

Commit eea20f6

Browse files
committed
updated binaries for windows and linux
Former-commit-id: e29e6f2 [formerly 6ecb853] Former-commit-id: c8a27c8
1 parent d79ff43 commit eea20f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/tsp-sol-pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
d = inst.d
1515
print('solving TSP with {} cities'.format(inst.n))
1616

17-
model = Model( solver_name="gurobi" )
17+
model = Model()
1818

1919
# binary variables indicating if arc (i,j) is used on the route or not
2020
x = [ [ model.add_var(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ef0e2fd6c6ba1174a1e3c0af2a5bbb86904b95c6
1+
b481d7ea71a1da0f75980be61b029a56c3035e96
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
af6d3a27d10f398c93c18b23f672bbe8a71e8feb
1+
7167473adfedccc43f2893899f10c16e68b58211
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
06c2dcd5227c98e86474fe4ce98b606768cf776a
1+
6d0bedb91e58d3d7c366dbffc38b0b0817f48cc8

0 commit comments

Comments
 (0)