summaryrefslogtreecommitdiffstats
path: root/src/opt/sfm/sfm.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-10-14 18:45:40 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2015-10-14 18:45:40 -0700
commit01fc95695c56a5bfd25cd100945859a572a328b6 (patch)
treee4c254e01c43c313360113ac1ea4051199a2ae8d /src/opt/sfm/sfm.h
parentb5e0b7d4fcdf81e9d9ba896d087a4981e336603e (diff)
downloadabc-01fc95695c56a5bfd25cd100945859a572a328b6.tar.gz
abc-01fc95695c56a5bfd25cd100945859a572a328b6.tar.bz2
abc-01fc95695c56a5bfd25cd100945859a572a328b6.zip
Experiments with precomputation and matching.
Diffstat (limited to 'src/opt/sfm/sfm.h')
-rw-r--r--src/opt/sfm/sfm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/sfm/sfm.h b/src/opt/sfm/sfm.h
index fbdcd042..fc2a9e54 100644
--- a/src/opt/sfm/sfm.h
+++ b/src/opt/sfm/sfm.h
@@ -48,6 +48,7 @@ struct Sfm_Par_t_
int nDepthMax; // the maximum depth to try
int nMffcMin; // the minimum MFFC size
int nMffcMax; // the maximum MFFC size
+ int nDecMax; // the maximum number of decompositions
int nWinSizeMax; // the maximum window size
int nGrowthLevel; // the maximum allowed growth in level
int nBTLimit; // the maximum number of conflicts in one SAT run