@hackage monadiccp-gecode0.1.3
Constraint Programming
Categories
License
BSD-3-Clause
Maintainer
jrt@informatik.uni-kiel.de
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base <5
- containers
- monadiccp >=0.7.6
- mtl Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
debug
(off by default)
Generate debug output
monadiccp-gecode
Gecode extension for the Monadic Constraint Programming Framework containing a code generator and a runtime solver backend for the C++ based constraint library Gecode
This package requires a working Gecode installation. A Gecode source package can be downloaded from http://www.gecode.org/download/.
After installing Gecode this package can be installed by running
cabal install --extra-include-dirs=$GECODE/include --extra-lib-dirs=$GECODE/lib
where $GECODE refers to the installation directory of Gecode
Acknowledgments
- Thanks to Johannes Waldmann for adding support for Gecode 6.0.0 and getting the package to compile against GHC 8.4.3