this repo has no description
1%-----------------------------------------------------------------------------%
2% A table constraint: table(x, t) represents the constraint x in t where we
3% consider each row in t to be a tuple and t as a set of tuples.
4%-----------------------------------------------------------------------------%
5
6predicate fzn_table_bool_reif(array[int] of var bool: x, array[int, int] of bool: t,
7 var bool: b) =
8 abort("Reified table/2 for Booleans is not supported.");