git-subtree-dir: software/mza git-subtree-split: f970a59b177c13ca3dd8aaef8cc6681d83b7e813
6 lines
195 B
MiniZinc
6 lines
195 B
MiniZinc
include "fzn_value_precede_set.mzn";
|
|
include "fzn_value_precede_set_reif.mzn";
|
|
|
|
predicate value_precede_set(int: s, int: t, array[int] of var set of int: x) =
|
|
fzn_value_precede_set(s, t, x);
|