Skip to content

Commit 98eefa7

Browse files
committed
fix #4577
1 parent 6c81f11 commit 98eefa7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
include "fzn_cumulative_opt.mzn"
2+
13
predicate fzn_disjunctive_opt(array[int] of var opt int: s,
24
array[int] of var int: d) =
35
forall(i in index_set(d))(d[i] >= 0)
4-
/\ fzn_cumulative_opt(s, d, [1 | i in index_set(s)], 1);
6+
/\ fzn_cumulative_opt(s, d, [1 | i in index_set(s)], 1);

0 commit comments

Comments
 (0)