summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaMan.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-27 15:59:20 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-27 15:59:20 -0700
commit7e486af8323d447395c9d31b508d5f5926863f34 (patch)
treef71005ad93a2fd792aa08b979fe8e24601985a34 /src/aig/gia/giaMan.c
parenta57a452d7e7fd2f59d38c894e8911df66549711b (diff)
downloadabc-7e486af8323d447395c9d31b508d5f5926863f34.tar.gz
abc-7e486af8323d447395c9d31b508d5f5926863f34.tar.bz2
abc-7e486af8323d447395c9d31b508d5f5926863f34.zip
Minor updates to the BMC engines.
Diffstat (limited to 'src/aig/gia/giaMan.c')
-rw-r--r--src/aig/gia/giaMan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aig/gia/giaMan.c b/src/aig/gia/giaMan.c
index b8a8afb8..a0208376 100644
--- a/src/aig/gia/giaMan.c
+++ b/src/aig/gia/giaMan.c
@@ -443,6 +443,7 @@ void Gia_ManPrintStats( Gia_Man_t * p, int fTents, int fSwitch )
Gia_ManPrintObjClasses( p );
if ( fTents )
{
+/*
int k, Entry, Prev = 1;
Vec_Int_t * vLimit = Vec_IntAlloc( 1000 );
Gia_Man_t * pNew = Gia_ManUnrollDup( p, vLimit );
@@ -453,6 +454,7 @@ void Gia_ManPrintStats( Gia_Man_t * p, int fTents, int fSwitch )
printf( "\n" );
Vec_IntFree( vLimit );
Gia_ManStop( pNew );
+*/
Gia_ManPrintTents( p );
}
}