![]() |
YAP 7.1.0
|
Decision diagram node. More...
#include <cuddSupport.h>
Public Attributes | |
DdHalfWord | index |
variable index More... | |
DdHalfWord | ref |
reference count More... | |
DdNode * | next |
next pointer for unique table More... | |
union { | |
CUDD_VALUE_TYPE value | |
for constant (terminal) nodes More... | |
struct DdChildren kids | |
for internal nodes More... | |
} | type |
terminal or internal | |
Decision diagram node.
Definition at line 55 of file cuddSupport.h.
DdHalfWord index |
variable index
Definition at line 56 of file cuddSupport.h.
struct DdChildren kids |
for internal nodes
Definition at line 61 of file cuddSupport.h.
DdNode* next |
next pointer for unique table
Definition at line 58 of file cuddSupport.h.
DdHalfWord ref |
reference count
Definition at line 57 of file cuddSupport.h.
CUDD_VALUE_TYPE value |
for constant (terminal) nodes
Definition at line 60 of file cuddSupport.h.