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