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]

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 2013-07-19T12:54:01Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3251 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for monadiccp-gecode-0.1

[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 3.1.0 installation. A Gecode 3.1.0 source package can be downloaded from http://www.gecode.org/download/gecode-3.1.0.tar.gz.

After installing Gecode 3.1.0 this package can be installed by running cabal install --extra-include-dirs=\(GECODE/include --extra-lib-dirs=\)GECODE/lib

$GECODE refers to the installation directory of Gecode 3.1.0