diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-11-12 14:08:10 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-11-12 14:08:10 -0800 |
commit | 30b8c3d4225d66f2eca70513c0f7cd0e00a76159 (patch) | |
tree | 4c11529066945868b12b00071fe656caaec70a06 /src/proof/cec | |
parent | 566c7d715273dc7527440d96989ca5ecc4648b97 (diff) | |
download | abc-30b8c3d4225d66f2eca70513c0f7cd0e00a76159.tar.gz abc-30b8c3d4225d66f2eca70513c0f7cd0e00a76159.tar.bz2 abc-30b8c3d4225d66f2eca70513c0f7cd0e00a76159.zip |
Made print-out of frontier cut an option ('-c') in '&ps'.
Diffstat (limited to 'src/proof/cec')
-rw-r--r-- | src/proof/cec/cecCore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/cec/cecCore.c b/src/proof/cec/cecCore.c index 71519323..c45bd974 100644 --- a/src/proof/cec/cecCore.c +++ b/src/proof/cec/cecCore.c @@ -401,7 +401,7 @@ p->timeSim += clock() - clk; // Gia_WriteAiger( pSrm, "gia_srm.aig", 0, 0 ); if ( pPars->fVeryVerbose ) - Gia_ManPrintStats( pSrm, 0, 0 ); + Gia_ManPrintStats( pSrm, 0, 0, 0 ); if ( Gia_ManCoNum(pSrm) == 0 ) { Gia_ManStop( pSrm ); |