haskelzinc: CP in Haskell through MiniZinc
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- Exposed modules use unallocated top-level names: Interfaces
This package was created in the context of the GRACeFUL project.
The haskelzinc library defines an interface to the MiniZinc 2.1 constraint proramming language. It provides a Haskell abstract syntax tree for the MiniZinc language, with which one can represent MiniZinc models in Haskell, a pretty printer to print the representation of a MiniZinc model in MiniZinc and a parser that returns a representation of the solutions obtained by running the MiniZinc model.
An additional module gives the possibility to directly get the solutions of a MiniZinc finite domain model. Option for interactive interface is provided, as well as choice between two solvers: the G12/FD built-in solver of FlatZinc and choco3.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.2.0.3, 0.3.0.3, 0.3.0.9, 0.3.1.0, 0.3.1.1 |
---|---|
Change log | changelog |
Dependencies | base (>=4.8 && <5), containers (>=0.5.6), filepath (>=1.4.1), parsec3 (>=1.0.0.8), pretty (>=1.1.3), process (>=1.4) [details] |
License | BSD-3-Clause |
Author | Klara Marntirosian |
Maintainer | klara.mar@cs.kuleuven.be |
Category | Interfaces |
Source repo | head: git clone https://github.com/GRACeFUL-project/haskelzinc.git |
Uploaded | by klara_mar at 2017-03-02T15:46:24Z |
Modules
- Interfaces
- Interfaces.FZSolutionParser
- Interfaces.MZAST
- Interfaces.MZASTBase
- Interfaces.MZBuiltIns
- Interfaces.MZPrinter
- Interfaces.MZinHaskell
Downloads
- haskelzinc-0.3.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees