diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-29 11:57:25 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-29 11:57:25 -0700 |
commit | 1f16b97c89dc85ff088831c077199993251d83ff (patch) | |
tree | 3c22a6ad0215c251389ce0b19a7fa7590840dc93 /src/opt | |
parent | 738619980a251676ef7f6e9198cc1df15df2f6df (diff) | |
download | abc-1f16b97c89dc85ff088831c077199993251d83ff.tar.gz abc-1f16b97c89dc85ff088831c077199993251d83ff.tar.bz2 abc-1f16b97c89dc85ff088831c077199993251d83ff.zip |
Changing default values.
Diffstat (limited to 'src/opt')
-rw-r--r-- | src/opt/dau/dauGia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/dau/dauGia.c b/src/opt/dau/dauGia.c index 7fc7c92e..b795336d 100644 --- a/src/opt/dau/dauGia.c +++ b/src/opt/dau/dauGia.c @@ -217,7 +217,7 @@ int Dsm_ManDeriveGia( void * p, word uTruth, Vec_Int_t * vLeaves, Vec_Int_t * vC int nSizeNonDec; m_Calls++; // static int Counter = 0; Counter++; - nSizeNonDec = Dau_DsdDecompose( &uTruth, Vec_IntSize(vLeaves), 1, 1, pDsd ); + nSizeNonDec = Dau_DsdDecompose( &uTruth, Vec_IntSize(vLeaves), 0, 1, pDsd ); if ( nSizeNonDec ) m_NonDsd++; // printf( "%s\n", pDsd ); |