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

Basic 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::DdBuilder< S >

Basic breadth-first DD builder.

Definition at line 175 of file DdBuilder.hpp.

Member Function Documentation

◆ construct()

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

Builds one level.

Parameters
ilevel.

Definition at line 258 of file DdBuilder.hpp.

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

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

Here is the call graph for this function:

◆ initialize()

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

Initializes the builder.

Parameters
rootresult storage.

Definition at line 231 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::DdBuilder< 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 221 of file DdBuilder.hpp.


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