|
TdZdd
1.1
A top-down/breadth-first decision diagram manipulation framework
|
Collection of child node values/levels for DdEval::evalNode function interface. More...
#include <DdEval.hpp>
Public Member Functions | |
| T const & | get (int b) const |
| Returns the value of the b-th child. More... | |
| int | getLevel (int b) const |
| Returns the level of the b-th child. More... | |
Collection of child node values/levels for DdEval::evalNode function interface.
| T | data type of work area for each node. |
| ARITY | the number of children for each node. |
Definition at line 39 of file DdEval.hpp.
|
inline |
Returns the value of the b-th child.
| b | branch index. |
Definition at line 49 of file DdEval.hpp.
|
inline |
Returns the level of the b-th child.
| b | branch index. |
Definition at line 59 of file DdEval.hpp.
1.8.13