diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-08-02 09:44:48 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-08-02 09:44:48 -0700 |
commit | b939e16006ef2e4d86d8db9c02924140737277f5 (patch) | |
tree | 4dc05262ab62e8aa486546d27997d0fdbc60ee01 /src/aig | |
parent | 352060122ba3a43cd0d255133fecb7237dd56c3f (diff) | |
download | abc-b939e16006ef2e4d86d8db9c02924140737277f5.tar.gz abc-b939e16006ef2e4d86d8db9c02924140737277f5.tar.bz2 abc-b939e16006ef2e4d86d8db9c02924140737277f5.zip |
Scalable gate-level abstraction.
Diffstat (limited to 'src/aig')
-rw-r--r-- | src/aig/gia/giaAbsGla2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aig/gia/giaAbsGla2.c b/src/aig/gia/giaAbsGla2.c index ec4aae4c..4b417299 100644 --- a/src/aig/gia/giaAbsGla2.c +++ b/src/aig/gia/giaAbsGla2.c @@ -1375,7 +1375,7 @@ void Ga2_ManAbsPrintFrame( Ga2_Man_t * p, int nFrames, int nConfls, int nCexes, Abc_PrintInt( sat_solver2_nlearnts(p->pSat) ); Abc_Print( 1, "%9.2f sec", 1.0*Time/CLOCKS_PER_SEC ); Abc_Print( 1, "%5.1f GB", (sat_solver2_memory_proof(p->pSat) + sat_solver2_memory(p->pSat, 0)) / (1<<30) ); - Abc_Print( 1, "%s", (fFinal && nCexes) ? "\n" : "\n" ); + Abc_Print( 1, "%s", (fFinal && nCexes) ? "\n" : "\r" ); fflush( stdout ); } @@ -1639,7 +1639,7 @@ int Ga2_ManPerform( Gia_Man_t * pAig, Gia_ParVta_t * pPars ) } iFrameProved = f; - printf( "\n" ); +// printf( "\n" ); break; // temporary } } |