summaryrefslogtreecommitdiffstats
path: root/src/opt/sbd/sbd.h
diff options
context:
space:
mode:
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
};