this repo has no description
at develop 283 B view raw
1%-----------------------------------------------------------------------------% 2% Requires that 'y' occurs in the array or set 'x'. 3%-----------------------------------------------------------------------------% 4 5predicate fzn_set_member(var set of int: x, var int: y) = 6 y in x;