summaryrefslogtreecommitdiffstats
path: root/src/opt/sfm/sfm.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-11-14 23:50:17 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2013-11-14 23:50:17 -0800
commita4325272c2db3119f0fa693002473b4493d4de64 (patch)
tree6080452ef60147587644a21ae5c159578943c908 /src/opt/sfm/sfm.h
parent4e00ec61697d32e81ca7614d253d609f31ac9435 (diff)
downloadabc-a4325272c2db3119f0fa693002473b4493d4de64.tar.gz
abc-a4325272c2db3119f0fa693002473b4493d4de64.tar.bz2
abc-a4325272c2db3119f0fa693002473b4493d4de64.zip
Adding switch to control the number of nodes tried in mfs2.
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 d9156513..c8a30030 100644
--- a/src/opt/sfm/sfm.h
+++ b/src/opt/sfm/sfm.h
@@ -48,6 +48,7 @@ struct Sfm_Par_t_
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
+ int nNodesMax; // the maximum number of nodes to try
int nFirstFixed; // the number of first nodes to be treated as fixed
int fRrOnly; // perform redundance removal
int fArea; // performs optimization for area