{\r
Aig_Obj_t * pObj;\r
Cnf_Dat_t * pCnf;\r
- int OutVar, PoVar, pVars[32], * pLits, ** pClas;\r
+ int OutVar, pVars[32], * pLits, ** pClas;\r
int i, nLiterals, nClauses;\r
\r
// calculate the worst case number of literals and clauses\r
//Copy over the prior allocation of variables to the new variables\r
memcpy(pCnf->pVarNums, old->pVarNums, sizeof(int) * old->nVars);\r
\r
- assert (pCnf->pVarNums[Aig_ManConst1(p)->Id] ==1);\r
+ assert (pCnf->pVarNums[Aig_ManConst1(p)->Id] !=-1);\r
int Number = old->nVars+1;\r
\r
// assign variables to the PIs\r