up vote 4 down vote favorite
1
share [g+] share [fb]

Are there any Binary Decision Diagram (BDD) libraries for C, or other languages that are tested and have good documentation?

link|improve this question
feedback

4 Answers

Check the BDD library from CMU.

Also, for basic reference purposes, Pre-Fascicle 1b of The Art of Computer Programming is all about BDDs. Here's a gzipped postscript of it. Knuth has posted a number of the programs he wrote while preparing for it on his Programs to Read page.

link|improve this answer
feedback

Binary decision diagram Wikipedia entry, in External links section, as a quite complete list of packages.

link|improve this answer
feedback

Check out CUDD.

For some info on how to set it up in Windows environments try this..

link|improve this answer
feedback

BDDBDDB is a BDD-based system for resolving logical inferences a la Prolog. It's been used in program analysis, general game playing, and many other domains. It might not be exactly what you're looking for, but it's well-known and well-maintained.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown