diff options
author | Yen-Sheng Ho <ysho@berkeley.edu> | 2017-04-06 14:18:50 -0700 |
---|---|---|
committer | Yen-Sheng Ho <ysho@berkeley.edu> | 2017-04-06 14:18:50 -0700 |
commit | 72c23923da38d9e06b4a57816704fe1c0d37a2c4 (patch) | |
tree | 241b6111a7c72d18db73c58c7028da5c8b94802e /src/base/acb/acbPar.h | |
parent | 2761e5e35bdcb8591ccc445b907af95bd0b16357 (diff) | |
parent | efe5d1476af9e99c7a246d6d4de91abbc4274359 (diff) | |
download | abc-72c23923da38d9e06b4a57816704fe1c0d37a2c4.tar.gz abc-72c23923da38d9e06b4a57816704fe1c0d37a2c4.tar.bz2 abc-72c23923da38d9e06b4a57816704fe1c0d37a2c4.zip |
merge
Diffstat (limited to 'src/base/acb/acbPar.h')
-rw-r--r-- | src/base/acb/acbPar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/acb/acbPar.h b/src/base/acb/acbPar.h index 4855170c..a3c21e47 100644 --- a/src/base/acb/acbPar.h +++ b/src/base/acb/acbPar.h @@ -42,11 +42,11 @@ struct Acb_Par_t_ int nTfoLevMax; // the maximum fanout levels int nTfiLevMax; // the maximum fanin levels int nFanoutMax; // the maximum number of fanouts - int nDivMax; // the maximum divisor count - int nTabooMax; // the minimum MFFC size + int nWinNodeMax; // the maximum number of nodes in the window int nGrowthLevel; // the maximum allowed growth in level int nBTLimit; // the maximum number of conflicts in one SAT run int nNodesMax; // the maximum number of nodes to try + int fUseAshen; // user Ashenhurst decomposition int iNodeOne; // one particular node to try int fArea; // performs optimization for area int fMoreEffort; // performs high-affort minimization |