predicate fzn_disjoint(var set of int: s1, var set of int: s2) = s1 intersect s2 == {};