TdZdd
1.1
A top-down/breadth-first decision diagram manipulation framework
|
Breadth-first ZDD subset builder. More...
#include <DdBuilder.hpp>
Public Member Functions | |
int | initialize (NodeId &root) |
Initializes the builder. More... | |
void | subset (int i) |
Builds one level. More... | |
Breadth-first ZDD subset builder.
Definition at line 678 of file DdBuilder.hpp.
|
inline |
Initializes the builder.
root | the root node. |
Definition at line 721 of file DdBuilder.hpp.
References tdzdd::DdSweeper< ARITY >::setRoot().
Referenced by tdzdd::DdStructure< ARITY >::zddSubset().
|
inline |
Builds one level.
i | level. |
Definition at line 771 of file DdBuilder.hpp.
References tdzdd::MyHashTable< T, Hash, Equal >::add(), and tdzdd::DdSweeper< ARITY >::update().
Referenced by tdzdd::DdStructure< ARITY >::zddSubset().