Currently, all base cases are specially constructed for Adiar with its node stream. Yet, with version 1.2.0 it added the bdd_builder and zdd_builder classes to create a BDD / ZDD. Except for being unable to account for duplicate creation of the same node it supports using the common DFS-based code used for all other BDD packages.
Currently, all base cases are specially constructed for Adiar with its node stream. Yet, with version 1.2.0 it added the
bdd_builder
andzdd_builder
classes to create a BDD / ZDD. Except for being unable to account for duplicate creation of the same node it supports using the common DFS-based code used for all other BDD packages.