this repo has no description
at develop 366 B view raw
1include "fzn_member_int.mzn"; 2include "fzn_member_int_reif.mzn"; 3 4%-----------------------------------------------------------------------------% 5% Requires that 'y' occurs in the array or set 'x'. 6%-----------------------------------------------------------------------------% 7 8predicate member_int(array[int] of var int: x, var int: y) = 9 fzn_member_int(x, y);