Package de.uni_due.inf.ti.raven.data.bdd

Classes to create, represent and manipulate binary decision diagrams (BDDs).

See: Description

Package de.uni_due.inf.ti.raven.data.bdd Description

Classes to create, represent and manipulate binary decision diagrams (BDDs). The classes in this package implement a BDD abstraction layer. The concrete BDD implementation of the used the BDD library are hidden from Raven through these classes so the used BDD library can be changed easily without the need of changing the "abstraction classes" used in Raven.