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 2014-01-17T15:10:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3252 total (13 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 2016-12-18 [all 7 reports]

Readme for monadiccp-gecode-0.1.2

[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