summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/bool-model.smt2
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2020-09-22 15:40:48 -0700
committerGitHub <noreply@github.com>2020-09-22 17:40:48 -0500
commit30e6dc83aed15ef002087e55cf228f0735c63f40 (patch)
tree76547d252a34cc2b56015957e2d5f9740b1002b2 /test/regress/regress0/bv/bool-model.smt2
parente4a29a6033ecc7ba5ec266f37e8f151f09ead020 (diff)
Add simple BV solver (#5065)
This PR adds a simple BV solver that sends bit-blasting lemmas to the internal MiniSat.
Diffstat (limited to 'test/regress/regress0/bv/bool-model.smt2')
-rw-r--r--test/regress/regress0/bv/bool-model.smt21
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regress/regress0/bv/bool-model.smt2 b/test/regress/regress0/bv/bool-model.smt2
index 30531418c..f30dbef6f 100644
--- a/test/regress/regress0/bv/bool-model.smt2
+++ b/test/regress/regress0/bv/bool-model.smt2
@@ -1,4 +1,5 @@
; COMMAND-LINE: --bitblast=eager
+; COMMAND-LINE: --bitblast=eager --bv-solver=simple
(set-info :status sat)
(set-logic QF_BV)
(declare-fun x () Bool)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback