TdZdd  1.1
A top-down/breadth-first decision diagram manipulation framework
Public Member Functions | List of all members
tdzdd::DdBuilderMP< S > Class Template Reference

Multi-threaded breadth-first DD builder. More...

#include <DdBuilder.hpp>

Public Member Functions

void schedule (NodeId *fp, int level, void *s)
 Schedules a top-down event. More...
 
int initialize (NodeId &root)
 Initializes the builder. More...
 
void construct (int i)
 Builds one level. More...
 

Detailed Description

template<typename S>
class tdzdd::DdBuilderMP< S >

Multi-threaded breadth-first DD builder.

Definition at line 395 of file DdBuilder.hpp.

Member Function Documentation

◆ construct()

template<typename S>
void tdzdd::DdBuilderMP< S >::construct ( int  i)
inline

Builds one level.

Parameters
ilevel.

Definition at line 494 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 >::DdStructure().

Here is the call graph for this function:

◆ initialize()

template<typename S>
int tdzdd::DdBuilderMP< S >::initialize ( NodeId &  root)
inline

Initializes the builder.

Parameters
rootresult storage.

Definition at line 471 of file DdBuilder.hpp.

References tdzdd::DdSweeper< ARITY >::setRoot().

Referenced by tdzdd::DdStructure< ARITY >::DdStructure().

Here is the call graph for this function:

◆ schedule()

template<typename S>
void tdzdd::DdBuilderMP< S >::schedule ( NodeId *  fp,
int  level,
void *  s 
)
inline

Schedules a top-down event.

Parameters
fpresult storage.
levelnode level of the event.
snode state of the event.

Definition at line 461 of file DdBuilder.hpp.


The documentation for this class was generated from the following file: