miniBDD miniBDD – a Minimalistic BDD Library

About miniBDD

miniBDD is a very lightweight BDD library for teaching purposes. It's not very efficient (the nodes use too much memory), and it is missing a lot of features (e.g., dynamic variable re­ordering). The main point is that miniBDD is only about 600 lines of C++ code, and does not make use of any low-level programming. All data structures are instances of STL templates.

miniBDD News

miniBDD 0.1 released.

Documentation

We provide two sets of slides:

Download

The archive contains the source of the library, a Makefile, and an example.