@hackage haskelzinc0.1.0.1

CP in Haskell through MiniZinc

Requirements

Use

  1. Create a directory called "HZconf" in the directory of your Haskell code that calls testModel or iTestModel.
  2. In HZconf create a text file "conf.txt".
  3. Write the corresponding paths by adding the equal sign (=) and the correct path. * MINIZINC_DIR: the directory where mzn2fzn and flatzinc executables are * CHOCO_PARSER: the path of the choco parser java library * CHOCO_SOLVER: the path of the choco solver java libaray * ANTLR: the path of the antlr java libaray
Example:
  MINIZINC_DIR = path/to/dir