diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2017-02-10 17:36:20 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2017-02-10 17:36:20 -0800 |
commit | 8bff9aa1cd118028db47d886254dc4c76c516166 (patch) | |
tree | e526b6cad82c2468f05e61600bd5a79cf95a713b /src/proof/pdr/pdrInv.c | |
parent | fce2b16a602dcdd3bef8529e51f9a06c2aaf1fec (diff) | |
download | abc-8bff9aa1cd118028db47d886254dc4c76c516166.tar.gz abc-8bff9aa1cd118028db47d886254dc4c76c516166.tar.bz2 abc-8bff9aa1cd118028db47d886254dc4c76c516166.zip |
Adding PDR with abstraction.
Diffstat (limited to 'src/proof/pdr/pdrInv.c')
-rw-r--r-- | src/proof/pdr/pdrInv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/pdr/pdrInv.c b/src/proof/pdr/pdrInv.c index fe759fff..7a8a66d6 100644 --- a/src/proof/pdr/pdrInv.c +++ b/src/proof/pdr/pdrInv.c @@ -81,6 +81,7 @@ void Pdr_ManPrintProgress( Pdr_Man_t * p, int fClose, abctime Time ) for ( i = ThisSize; i < 70; i++ ) Abc_Print( 1, " " ); Abc_Print( 1, "%6d", p->nQueMax ); + Abc_Print( 1, "%6d", p->nAbsFlops ); Abc_Print( 1, "%10.2f sec", 1.0*Time/CLOCKS_PER_SEC ); if ( p->pPars->fSolveAll ) Abc_Print( 1, " CEX =%4d", p->pPars->nFailOuts ); |