#include <DSD.h>
Public Attributes | |
int_32 | type_actualsize |
int_32 | topvar_refsize |
ActualNode * | actual_list |
DdNode * | symbolic_kernel |
DdNode * | bdd_analogue |
DSDNode * | next |
DSDNode * | parent |
int * | support |
|
This a linked list of ActualNodes, i.e., this is the actuals list |
|
Pointer to the BDD needed to build the decomposition and used for indexing purposes |
|
Pointer to the next DSDNode in the unique table that holds all the DSDNodes |
|
|
|
|
|
Pointer to the symbolic kernel function for this DSD |
|
This variable contains information on the decomposition lowest BDD variable along with the reference count for this DSD |
|
This variable encodes information for decomposition type and the size of actuals list |