summaryrefslogtreecommitdiff
path: root/src/util/options.h
diff options
context:
space:
mode:
authorLiana Hadarean <lianahady@gmail.com>2012-05-08 21:54:55 +0000
committerLiana Hadarean <lianahady@gmail.com>2012-05-08 21:54:55 +0000
commit8a0c0562cb8d0e26ea019ff782b25c1997a49a0b (patch)
tree28239db9bcb26b03d893ad61dd1a7ea099391fbe /src/util/options.h
parent5082cb8349efbb287084293cd4bc6c3fa5a34f26 (diff)
Merging in bvprop branch, with proper bit-vector propagation.
This should also fix bug 325.
Diffstat (limited to 'src/util/options.h')
-rw-r--r--src/util/options.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/util/options.h b/src/util/options.h
index 6205c7543..eac09fabf 100644
--- a/src/util/options.h
+++ b/src/util/options.h
@@ -283,6 +283,18 @@ struct CVC4_PUBLIC Options {
/** Filter depending on length of lemma */
int sharingFilterByLength;
+ /** Bitblast eagerly to the main sat solver */
+ bool bitvector_eager_bitblast;
+
+ /** Fullcheck at each check */
+ bool bitvector_eager_fullcheck;
+
+ /** Bitblast eagerly to the main sat solver */
+ bool bitvector_share_lemmas;
+
+ /** Refine conflicts by doing another full check after a conflict */
+ bool sat_refine_conflicts;
+
Options();
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback