Commit 4edc0234 by Alan Mishchenko

Bug fix in bmc3 -a -x.

parent c0db4d2a
...@@ -1635,7 +1635,7 @@ nTimeSat += clkSatRun; ...@@ -1635,7 +1635,7 @@ nTimeSat += clkSatRun;
pCexNew0 = pCexNew; pCexNew0 = pCexNew;
pCexNew = (Abc_Cex_t *)(ABC_PTRINT_T)1; pCexNew = (Abc_Cex_t *)(ABC_PTRINT_T)1;
} }
Vec_PtrWriteEntry( p->vCexes, i, pCexNew ); Vec_PtrWriteEntry( p->vCexes, i, pCexNew ); pCexNew = NULL;
if ( pPars->pFuncOnFail && pPars->pFuncOnFail(i, pPars->fStoreCex ? (Abc_Cex_t *)Vec_PtrEntry(p->vCexes, i) : NULL) ) if ( pPars->pFuncOnFail && pPars->pFuncOnFail(i, pPars->fStoreCex ? (Abc_Cex_t *)Vec_PtrEntry(p->vCexes, i) : NULL) )
{ {
Abc_CexFreeP( &pCexNew0 ); Abc_CexFreeP( &pCexNew0 );
......
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