|
TdZdd
1.1
A top-down/breadth-first decision diagram manipulation framework
|
Multi-threaded 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... | |
Multi-threaded breadth-first ZDD subset builder.
Definition at line 958 of file DdBuilder.hpp.
|
inline |
Initializes the builder.
| root | the root node. |
Definition at line 998 of file DdBuilder.hpp.
References tdzdd::DdSweeper< ARITY >::setRoot().
Referenced by tdzdd::DdStructure< ARITY >::zddSubset().

|
inline |
Builds one level.
| i | level. |
Definition at line 1048 of file DdBuilder.hpp.
References tdzdd::MyHashTable< T, Hash, Equal >::add(), tdzdd::MyHashTable< T, Hash, Equal >::initialize(), and tdzdd::DdSweeper< ARITY >::update().
Referenced by tdzdd::DdStructure< ARITY >::zddSubset().

1.8.13