BUILD 379 Bytes
Newer Older
Valentin Platzgummer's avatar
Valentin Platzgummer committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Description:
#   These files tells minizinc how to translate a minizinc file (.mzn)
#   into a flatzinc one (.fzn).
#
#   The name of each file is fixed, and each should describe how to
#   interpret a given predicate.

package(default_visibility = ["//visibility:public"])

# Definition files (.mzn).

filegroup(
    name = "minizinc_sat_files",
    srcs = glob(["*.mzn"]),
)