this repo has no description
at develop 187 B view raw
1include "fzn_value_precede_int.mzn"; 2include "fzn_value_precede_int_reif.mzn"; 3 4predicate value_precede_int(int: s, int: t, array[int] of var int: x) = 5 fzn_value_precede_int(s, t, x);