summaryrefslogtreecommitdiffstats
path: root/src/opt/sbd/sbd.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-12-04 21:59:10 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2016-12-04 21:59:10 -0800
commit8ba6071a76b2f25995c4048567eb0b3780130ece (patch)
treefa1f393d3689ea9f365f3a1ac065eafd7e665158 /src/opt/sbd/sbd.h
parent91aab10757add03dc29e5b7d0d966f5784625949 (diff)
downloadabc-8ba6071a76b2f25995c4048567eb0b3780130ece.tar.gz
abc-8ba6071a76b2f25995c4048567eb0b3780130ece.tar.bz2
abc-8ba6071a76b2f25995c4048567eb0b3780130ece.zip
New SAT-based optimization package.
Diffstat (limited to 'src/opt/sbd/sbd.h')
-rw-r--r--src/opt/sbd/sbd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/sbd/sbd.h b/src/opt/sbd/sbd.h
index e1e39a3b..89d29958 100644
--- a/src/opt/sbd/sbd.h
+++ b/src/opt/sbd/sbd.h
@@ -45,6 +45,7 @@ struct Sbd_Par_t_
int nBTLimit; // maximum number of SAT conflicts
int nWords; // simulation word count
int fArea; // area-oriented optimization
+ int fCover; // use complete cover procedure
int fVerbose; // verbose flag
int fVeryVerbose; // verbose flag
};