mzn_parse function

MiniZinc syntax parser

MiniZinc syntax parser

parses the MiniZinc syntax into R objects

mzn_parse(model_string = "", mzn_path = "", include_path = NULL)

Arguments

  • model_string: string representation of the MiniZinc model.
  • mzn_path: the path of model mzn.
  • include_path: path of the included mzn in the model if it exists.
  • Maintainer: Akshit Achara
  • License: Mozilla Public License Version 2.0
  • Last published: 2021-10-15