Popularity
1.7
Declining
Activity
0.0
Stable
1
2
1

Monthly Downloads: 11
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Control     Monadiccp    

monadiccp-gecode alternatives and similar packages

Based on the "monadiccp" category.
Alternatively, view monadiccp-gecode alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of monadiccp-gecode or a related project?

Add another 'monadiccp' Package

README

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