predicate fzn_all_different_int(array [int] of var int: x) = geas_all_different_int(x); predicate geas_all_different_int(array [int] of var int: x);