Commit f5f1f44a by Alan Mishchenko

Experiments with BMC.

parent ab8f784b
...@@ -828,6 +828,7 @@ int Bmcs_ManPerformMulti( Gia_Man_t * pGia, Bmc_AndPar_t * pPars ) ...@@ -828,6 +828,7 @@ int Bmcs_ManPerformMulti( Gia_Man_t * pGia, Bmc_AndPar_t * pPars )
ThData[i].pSat = NULL; ThData[i].pSat = NULL;
ThData[i].fWorking = 1; ThData[i].fWorking = 1;
} }
p->pSat = NULL;
Bmcs_ManStop( p ); Bmcs_ManStop( p );
if ( RetValue == -1 && !pPars->fNotVerbose ) if ( RetValue == -1 && !pPars->fNotVerbose )
printf( "No output failed in %d frames. ", f ); printf( "No output failed in %d frames. ", f );
......
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