67 for ( i = 0; i < dMan->
nInputs; i++ )
70 pNode->
G = dd->vars[i]; Cudd_Ref( pNode->
G );
71 pNode->
S = dd->vars[i]; Cudd_Ref( pNode->
S );
76 pNode->
G =
b1; Cudd_Ref( pNode->
G );
77 pNode->
S =
b1; Cudd_Ref( pNode->
S );
#define ABC_ALLOC(type, num)
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
void Dsd_CheckCacheDeallocate()
void Dsd_CheckCacheAllocate(int nEntries)
FUNCTION DEFINITIONS ///.
Dsd_Node_t * Dsd_TreeNodeCreate(int Type, int nDecs, int BlockNum)
FUNCTION DEFINITIONS ///.
void Dsd_TreeNodeDelete(DdManager *dd, Dsd_Node_t *pNode)
ABC_NAMESPACE_IMPL_START Dsd_Manager_t * Dsd_ManagerStart(DdManager *dd, int nSuppMax, int fVerbose)
FUNCTION DECLARATIONS ///.
void Dsd_ManagerStop(Dsd_Manager_t *dMan)
struct Dsd_Manager_t_ Dsd_Manager_t
TYPEDEF DEFINITIONS ///.
struct Dsd_Node_t_ Dsd_Node_t
int st__ptrhash(const char *, int)
int st__ptrcmp(const char *, const char *)
st__table * st__init_table(st__compare_func_type compare, st__hash_func_type hash)
int st__insert(st__table *table, const char *key, char *value)
void st__free_table(st__table *table)
#define st__foreach_item(table, gen, key, value)