summaryrefslogtreecommitdiffstats
path: root/src/opt/sfm/sfm.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-05-25 11:14:12 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-05-25 11:14:12 -0700
commitf47cc6cefccb859b0b64eb89648c5126b8ccbf22 (patch)
tree45057c9e77fb20e04d623e45ecf7e2e47515a6ef /src/opt/sfm/sfm.h
parent40d8cdabba03498c6cc5135c57a5815cb25ee427 (diff)
downloadabc-f47cc6cefccb859b0b64eb89648c5126b8ccbf22.tar.gz
abc-f47cc6cefccb859b0b64eb89648c5126b8ccbf22.tar.bz2
abc-f47cc6cefccb859b0b64eb89648c5126b8ccbf22.zip
New MFS package.
Diffstat (limited to 'src/opt/sfm/sfm.h')
-rw-r--r--src/opt/sfm/sfm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opt/sfm/sfm.h b/src/opt/sfm/sfm.h
index f6380e65..c34ae859 100644
--- a/src/opt/sfm/sfm.h
+++ b/src/opt/sfm/sfm.h
@@ -45,10 +45,11 @@ struct Sfm_Par_t_
int nTfoLevMax; // the maximum fanout levels
int nFanoutMax; // the maximum number of fanouts
int nDepthMax; // the maximum depth to try
- int nDivNumMax; // the maximum number of divisors
int nWinSizeMax; // the maximum window size
+ int nDivNumMax; // the maximum number of divisors
int nBTLimit; // the maximum number of conflicts in one SAT run
int fFixLevel; // does not allow level to increase
+ int fRrOnly; // perform redundance removal
int fArea; // performs optimization for area
int fMoreEffort; // performs high-affort minimization
int fVerbose; // enable basic stats