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