this repo has no description
at develop 201 B view raw
1predicate fzn_count_eq_reif(array[int] of var int: x, var int: y, var int: c, var bool: b) = 2 b <-> count_eq(x,y)=c; 3 4%-----------------------------------------------------------------------------%