summaryrefslogtreecommitdiffstats
path: root/src/base/acb/acbAbc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-04-02 21:51:47 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2017-04-02 21:51:47 -0700
commitf765e666ca4608f8dfe3ab2ecbacaf9966d25129 (patch)
tree6671beb24d849fee72e6a4254e207277ea52082a /src/base/acb/acbAbc.c
parent3898ba5486adc01e38199b5385d501e4ca58ddec (diff)
downloadabc-f765e666ca4608f8dfe3ab2ecbacaf9966d25129.tar.gz
abc-f765e666ca4608f8dfe3ab2ecbacaf9966d25129.tar.bz2
abc-f765e666ca4608f8dfe3ab2ecbacaf9966d25129.zip
Experiments with don't-cares.
Diffstat (limited to 'src/base/acb/acbAbc.c')
-rw-r--r--src/base/acb/acbAbc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/base/acb/acbAbc.c b/src/base/acb/acbAbc.c
index dd97816c..d3c511ff 100644
--- a/src/base/acb/acbAbc.c
+++ b/src/base/acb/acbAbc.c
@@ -210,10 +210,9 @@ void Acb_ParSetDefault( Acb_Par_t * pPars )
memset( pPars, 0, sizeof(Acb_Par_t) );
pPars->nLutSize = 4; // LUT size
pPars->nTfoLevMax = 2; // the maximum fanout levels
- pPars->nTfiLevMax = 2; // the maximum fanin levels
+ pPars->nTfiLevMax = 3; // the maximum fanin levels
pPars->nFanoutMax = 20; // the maximum number of fanouts
- pPars->nDivMax = 24; // the maximum divisor count
- pPars->nTabooMax = 1; // the minimum MFFC size
+ pPars->nWinNodeMax = 100; // the maximum number of nodes in the window
pPars->nGrowthLevel = 0; // the maximum allowed growth in level
pPars->nBTLimit = 0; // the maximum number of conflicts in one SAT run
pPars->nNodesMax = 0; // the maximum number of nodes to try