1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.

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);