this repo has no description
1include "fzn_member_float.mzn";
2include "fzn_member_float_reif.mzn";
3
4%-----------------------------------------------------------------------------%
5% Requires that 'y' occurs in the array or set 'x'.
6%-----------------------------------------------------------------------------%
7
8predicate member_float(array[int] of var float: x, var float: y) =
9 fzn_member_float(x, y);