hBDD-CUDD: An FFI binding to the CUDD library

[ data, library ] [ Propose Tags ]

hBDD provides a high-level API to some Boolean Decision Diagram libraries; this is the CUDD part of it.


[Skip to Readme]

Modules

  • Data
    • Boolean
      • Data.Boolean.CUDD

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.2, 0.0.3
Dependencies base (>=4 && <5), containers, deepseq, hBDD (==0.0.3), unix [details]
License LicenseRef-LGPL
Copyright (C) 2002-2005, 2009 University of New South Wales, (C) 2009-2011 Peter Gammie
Author Peter Gammie, Jeremy Lee
Maintainer peteg42@gmail.com
Category Data
Source repo head: git clone git://github.com/peteg/hBDD.cabal
Uploaded by PeterGammie at 2015-05-24T23:52:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1911 total (7 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-09 [all 7 reports]

Readme for hBDD-CUDD-0.0.3

[back to package description]
CUDD lacks an install target and a configure script, and so needs to be
setup by hand for your particular system. Examine:

	<hbdd toplevel>/cudd-2.4.1/Makefile

and adjust the compiler flags for your system. The defaults work fine
on Debian GNU/Linux x86 for me. Note it does not build a shared
library and so GHCi does not work.

I use the one from Macports under OS X.

The create-cudd-so.sh script creates a shared library that GHCi can
use from the CUDD static libraries.