Search code examples
data-structuresbinary-decision-diagram

Binary Decision Diagram library for windows


After trying to get jinc compiled under windows and quickly running into hundreds of compiler errors I'm looking for a quality BDD library that will build for windows. Preferably in C or C++ but as long as I can bind to it I'm happy.


Solution

  • Cudd is is good : http://vlsi.colorado.edu/~fabio/CUDD/ I have compiled it in Visual Studio 2005.

    There seems to exist pre compiled binaries : http://web.cecs.pdx.edu/~alanmi/research/soft/softPorts.htm

    As an ex researcher, I can tell you that two years ago, Cudd was the best in class regarding efficiency.