diff options
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 |