this repo has no description
at develop 340 B view raw
1predicate fzn_tree_reif(array[int] of $$N: from, array[int] of $$N: to, 2 var $$N: r, array[$$N] of var bool: ns, array[int] of var bool: es, 3 var bool: b) = 4 abort("Reified tree constraint is not supported"); 5 6%-----------------------------------------------------------------------------%