Commit 61f8112d by Alan Mishchenko

Corner-case bug fix in PDR.

parent 6a0dca45
...@@ -552,7 +552,7 @@ int Pdr_ManBlockCube( Pdr_Man_t * p, Pdr_Set_t * pCube ) ...@@ -552,7 +552,7 @@ int Pdr_ManBlockCube( Pdr_Man_t * p, Pdr_Set_t * pCube )
int Pdr_ManSolveInt( Pdr_Man_t * p ) int Pdr_ManSolveInt( Pdr_Man_t * p )
{ {
int fPrintClauses = 0; int fPrintClauses = 0;
Pdr_Set_t * pCube; Pdr_Set_t * pCube = NULL;
Aig_Obj_t * pObj; Aig_Obj_t * pObj;
int k, RetValue = -1; int k, RetValue = -1;
int nOutDigits = Abc_Base10Log( Saig_ManPoNum(p->pAig) ); int nOutDigits = Abc_Base10Log( Saig_ManPoNum(p->pAig) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment