diff options
Diffstat (limited to 'src/proof/dch')
-rw-r--r-- | src/proof/dch/dchCore.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |