3 lines
92 B
MiniZinc
3 lines
92 B
MiniZinc
predicate fzn_disjoint(var set of int: s1, var set of int: s2) =
|
|
s1 intersect s2 == {};
|