We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8c109 commit a8ed977Copy full SHA for a8ed977
1 file changed
examples/jssp.py
@@ -8,8 +8,8 @@
8
9
n = m = 3
10
11
-times = [[2, 1, 2],
12
- [1, 2, 2],
+times = [[1, 2, 2],
+ [2, 1, 2],
13
[1, 2, 1]]
14
15
M = sum(times[i][j] for i in range(n) for j in range(m))
0 commit comments