diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-05-31 00:56:10 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-05-31 00:56:10 -0700 |
commit | ba309121d7f1dbc9071a552d459bcaa6be7da31b (patch) | |
tree | 7f3ea333501cc141d854ecf086890a22c442f271 /src/opt/mfs | |
parent | 338845a21da672285705b9aae333768f2ba5dd96 (diff) | |
download | abc-ba309121d7f1dbc9071a552d459bcaa6be7da31b.tar.gz abc-ba309121d7f1dbc9071a552d459bcaa6be7da31b.tar.bz2 abc-ba309121d7f1dbc9071a552d459bcaa6be7da31b.zip |
New MFS package.
Diffstat (limited to 'src/opt/mfs')
-rw-r--r-- | src/opt/mfs/mfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opt/mfs/mfs.h b/src/opt/mfs/mfs.h index 4ca0df00..cf7e2f6e 100644 --- a/src/opt/mfs/mfs.h +++ b/src/opt/mfs/mfs.h @@ -46,7 +46,6 @@ struct Mfs_Par_t_ int nWinTfoLevs; // the maximum fanout levels int nFanoutsMax; // the maximum number of fanouts int nDepthMax; // the maximum number of logic levels - int nDivMax; // the maximum number of divisors int nWinMax; // the maximum size of the window int nGrowthLevel; // the maximum allowed growth in level int nBTLimit; // the maximum number of conflicts in one SAT run |