diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-12-01 23:13:24 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-12-01 23:13:24 -0800 |
commit | 86fcba60c276788bc28b0548415be83d3b75ca96 (patch) | |
tree | f5531285e5912745b9592939403fe3a5a4608dd1 /src/opt/dau/dauTree.c | |
parent | 01bea8ef3a79d7ee991cf4e7776fabb9cec58219 (diff) | |
download | abc-86fcba60c276788bc28b0548415be83d3b75ca96.tar.gz abc-86fcba60c276788bc28b0548415be83d3b75ca96.tar.bz2 abc-86fcba60c276788bc28b0548415be83d3b75ca96.zip |
Enabling command &append for combiming multiple AIGs.
Diffstat (limited to 'src/opt/dau/dauTree.c')
-rw-r--r-- | src/opt/dau/dauTree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opt/dau/dauTree.c b/src/opt/dau/dauTree.c index 9e94ba29..6fef8fb7 100644 --- a/src/opt/dau/dauTree.c +++ b/src/opt/dau/dauTree.c @@ -1353,7 +1353,7 @@ int Dss_ManMerge( Dss_Man_t * p, int * iDsd, int * nFans, int ** pFans, unsigned if ( Counter == 122053 ) { - int s = 0; +// int s = 0; // fVerbose = 1; } @@ -1430,7 +1430,7 @@ printf( "\n" ); if ( Counter == 134 ) { - int s = 0; +// int s = 0; // Dss_ManPrint( p ); } pTruthOne = Dss_ManComputeTruth( p, pFun->iDsd, p->nVars, pPermResInt ); |