views:

43

answers:

2

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.

A: 

Hello Look for Buddy (http://sourceforge.net/projects/buddy/)

Tonite
A: 

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.

madewulf
Great that your answer includes instructions on how to get it building under windows, thanks.
Daniel