HasCacBDD: Haskell bindings for CacBDD

[ data, gpl, library ] [ Propose Tags ]

Haskell bindings for CacBDD, a Binary Decision Diagram (BDD) package with dynamic cache management. Original C++ code from http://kailesu.net/CacBDD and a C wrapper are included.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.2.0.0
Dependencies base (>=4.8 && <5), process (>=1.1), QuickCheck [details]
License GPL-2.0-only
Author Malvin Gattinger
Maintainer malvin@w4eg.de
Category Data
Home page https://github.com/m4lvin/HasCacBDD
Source repo head: git clone git://github.com/m4lvin/HasCacBDD.git
Uploaded by m4lvin at 2017-03-09T15:47:20Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 2377 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-03-09 [all 1 reports]

Readme for HasCacBDD-0.1.0.0

[back to package description]

HasCacBDD

Build Status

Haskell bindings for CacBDD, a Binary Decision Diagram (BDD) package with dynamic cache management.

Original C++ code from http://kailesu.net/CacBDD and a C wrapper are included.