1include "fzn_value_precede_set.mzn"; 2include "fzn_value_precede_set_reif.mzn"; 3 4predicate value_precede_set(int: s, int: t, array[int] of var set of int: x) = 5 fzn_value_precede_set(s, t, x);