summaryrefslogtreecommitdiffstats
path: root/src/proof
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2020-11-22 20:50:35 -1000
committerAlan Mishchenko <alanmi@berkeley.edu>2020-11-22 20:50:35 -1000
commit4757c7febc0cf13f477b9f548ac8aa8d967adad2 (patch)
tree0c161ab29b2729dd0da56b6bd25893b8326016ee /src/proof
parent0e5af861e09d94b9c1acd6bf0ab8b013a9544d24 (diff)
downloadabc-4757c7febc0cf13f477b9f548ac8aa8d967adad2.tar.gz
abc-4757c7febc0cf13f477b9f548ac8aa8d967adad2.tar.bz2
abc-4757c7febc0cf13f477b9f548ac8aa8d967adad2.zip
Removing unused printouts.
Diffstat (limited to 'src/proof')
-rw-r--r--src/proof/cec/cecSatG2.c3
-rw-r--r--src/proof/dch/dchCore.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/proof/cec/cecSatG2.c b/src/proof/cec/cecSatG2.c
index 122f33d0..3e6372af 100644
--- a/src/proof/cec/cecSatG2.c
+++ b/src/proof/cec/cecSatG2.c
@@ -1799,12 +1799,11 @@ void Cec4_ManSimulateTest2( Gia_Man_t * p, int fVerbose )
Cec4_ManSetParams( pPars );
Cec4_ManPerformSweeping( p, pPars, NULL );
pPars->fVerbose = fVerbose;
- //if ( fVerbose )
+ if ( fVerbose )
Abc_PrintTime( 1, "New choice computation time", Abc_Clock() - clk );
}
Gia_Man_t * Cec4_ManSimulateTest3( Gia_Man_t * p, int fVerbose )
{
- abctime clk = Abc_Clock();
Gia_Man_t * pNew = NULL;
Cec_ParFra_t ParsFra, * pPars = &ParsFra;
Cec4_ManSetParams( pPars );
diff --git a/src/proof/dch/dchCore.c b/src/proof/dch/dchCore.c
index eef53e73..19907f00 100644
--- a/src/proof/dch/dchCore.c
+++ b/src/proof/dch/dchCore.c
@@ -106,7 +106,7 @@ p->timeSimInit = Abc_Clock() - clk;
// free memory ahead of time
p->timeTotal = Abc_Clock() - clkTotal;
Dch_ManStop( p );
- //if ( pPars->fVerbose )
+ if ( pPars->fVerbose )
Abc_PrintTime( 1, "Old choice computation time", Abc_Clock() - clk2 );
// create choices
ABC_FREE( pAig->pTable );