diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-10-26 23:05:13 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-10-26 23:05:13 -0700 |
commit | 3b30fb2a1189e7347c0cef2d0582a27bda4c125f (patch) | |
tree | d3ca7d8267e2d0e0b8c6e031f3ed27e4cd3b2eb4 /src/proof | |
parent | 9437664596a5fddc7faf2d3072c9c83d0eb2ff4d (diff) | |
download | abc-3b30fb2a1189e7347c0cef2d0582a27bda4c125f.tar.gz abc-3b30fb2a1189e7347c0cef2d0582a27bda4c125f.tar.bz2 abc-3b30fb2a1189e7347c0cef2d0582a27bda4c125f.zip |
Multi-output property solver.
Diffstat (limited to 'src/proof')
-rw-r--r-- | src/proof/ssw/sswRarity.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proof/ssw/sswRarity.c b/src/proof/ssw/sswRarity.c index 39f95e14..2dd51f38 100644 --- a/src/proof/ssw/sswRarity.c +++ b/src/proof/ssw/sswRarity.c @@ -1112,12 +1112,14 @@ finish: } if ( pPars->nSolved ) { +/* if ( !pPars->fSilent ) { if ( pPars->fVerbose && !pPars->fSolveAll ) Abc_Print( 1, "\n" ); Abc_Print( 1, "Simulation of %d frames for %d rounds with %d restarts asserted %d (out of %d) POs. ", pPars->nFrames, nNumRestart * pPars->nRestart + r, nNumRestart, pPars->nSolved, Saig_ManPoNum(p->pAig) ); Abc_PrintTime( 1, "Time", Abc_Clock() - clkTotal ); } +*/ } else if ( r == pPars->nRounds && f == pPars->nFrames ) { |