this repo has no description
at develop 364 B view raw
1predicate fzn_dreachable_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 dreachable constraint is not supported"); 5 6%-----------------------------------------------------------------------------%