monadiccp-gecode: Constraint Programming

[ bsd3, control, library ] [ Propose Tags ]

Gecode extension for the Monadic Constraint Programming Framework (code generator and runtime solver backend)


[Skip to Readme]

Modules

[Last Documentation]

  • Control
    • CP
      • FD
        • Gecode
          • Control.CP.FD.Gecode.CodegenSolver
          • Control.CP.FD.Gecode.Common
          • Control.CP.FD.Gecode.Interface
          • Control.CP.FD.Gecode.Runtime
          • Control.CP.FD.Gecode.RuntimeSearch
        • Control.CP.FD.GecodeExample

Flags

Automatic Flags
NameDescriptionDefault
debug

Generate debug output

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3
Dependencies base (>=2 && <5), containers, monadiccp (>=0.7.6), mtl [details]
License BSD-3-Clause
Author Tom Schrijvers, Pieter Wuille
Maintainer jrt@informatik.uni-kiel.de
Category control
Home page http://users.ugent.be/~tschrijv/MCP/
Bug tracker https://github.com/JTiko/monadiccp-gecode/issues
Source repo head: git clone https://github.com/JTiko/monadiccp-gecode.git
Uploaded by JanTikovsky at 2018-05-30T14:11:54Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3239 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-05-30 [all 2 reports]

Readme for monadiccp-gecode-0.1.3

[back to package description]

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