1predicate fzn_circuit_reif(array[int] of var int: x, var bool: b) = 2 abort("Reified circuit/1 is not supported."); 3 4%-----------------------------------------------------------------------------%