unsigned * pSupps; // supports of the nodes\r
Kit_DsdObj_t** pNodes; // the nodes\r
};\r
-
+\r
#if 0\r
// DSD manager\r
typedef struct Kit_DsdMan_t_ Kit_DsdMan_t;\r
Vec_Ptr_t * vTtBdds; // the node truth tables\r
Vec_Int_t * vNodes; // temporary array for BDD nodes\r
};\r
-#endif
+#endif\r
\r
static inline int Kit_DsdVar2Lit( int Var, int fCompl ) { return Var + Var + fCompl; }\r
static inline int Kit_DsdLit2Var( int Lit ) { return Lit >> 1; }\r
////////////////////////////////////////////////////////////////////////\r
/// FUNCTION DECLARATIONS ///\r
////////////////////////////////////////////////////////////////////////\r
-
-#if 0
+\r
+#if 0\r
\r
/*=== kitBdd.c ==========================================================*/\r
extern DdNode * Kit_SopToBdd( DdManager * dd, Kit_Sop_t * cSop, int nVars );\r
}\r
#endif\r
\r
-#endif
+#endif\r
#endif\r
\r
////////////////////////////////////////////////////////////////////////\r