this repo has no description
at develop 92 B view raw
1predicate fzn_disjoint(var set of int: s1, var set of int: s2) = 2 s1 intersect s2 == {};