this repo has no description
at develop 148 B view raw
1predicate fzn_at_most1(array[int] of var set of int: s) = 2 forall(i,j in index_set(s) where i < j) ( 3 card(s[i] intersect s[j]) <= 1 ); 4