diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-11-20 21:34:40 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-11-20 21:34:40 -0800 |
commit | b2fd119933166ad7d9e4132ebb8aaf422bfcdb8a (patch) | |
tree | f41993309b2f4a791e92b581562e24e462096bc6 /src/map/if/ifTruth.c | |
parent | ffbe3bc5767c597b3ca612a12e671749f23ca34f (diff) | |
download | abc-b2fd119933166ad7d9e4132ebb8aaf422bfcdb8a.tar.gz abc-b2fd119933166ad7d9e4132ebb8aaf422bfcdb8a.tar.bz2 abc-b2fd119933166ad7d9e4132ebb8aaf422bfcdb8a.zip |
DSD manager.
Diffstat (limited to 'src/map/if/ifTruth.c')
-rw-r--r-- | src/map/if/ifTruth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/if/ifTruth.c b/src/map/if/ifTruth.c index 4c7a1d96..c86e4381 100644 --- a/src/map/if/ifTruth.c +++ b/src/map/if/ifTruth.c @@ -475,6 +475,7 @@ static inline int If_CutTruthMinimize6( If_Man_t * p, If_Cut_t * pCut ) // TEMPORARY if ( nSuppSize < 2 ) { +//printf( "Small supp\n" ); p->nSmallSupp++; return 2; } @@ -602,6 +603,7 @@ static inline int If_CutTruthMinimize2( If_Man_t * p, If_Cut_t * pCut ) // TEMPORARY if ( nSuppSize < 2 ) { +//printf( "Small supp\n" ); p->nSmallSupp++; return 2; } |