summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/fuzz37.smt
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-06-11 18:54:38 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-06-11 18:54:38 +0000
commitd54c761087af01874ea6674111888cb94ffa4ee6 (patch)
tree2f196940df9b488a1298ccfdee9bf1b54a70ccac /test/regress/regress0/bv/fuzz37.smt
parente148b0a99917b21499b2f596aa22403559baf677 (diff)
fixing bitvector bugs
* clauses shouldn't be erased when they could be a reason for outside propagation * propagation of p and !p is ignored as this must lead to a conflict in the subtheory internally
Diffstat (limited to 'test/regress/regress0/bv/fuzz37.smt')
-rw-r--r--test/regress/regress0/bv/fuzz37.smt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/bv/fuzz37.smt b/test/regress/regress0/bv/fuzz37.smt
index 4bdf0ceee..98fdfda48 100644
--- a/test/regress/regress0/bv/fuzz37.smt
+++ b/test/regress/regress0/bv/fuzz37.smt
@@ -1,6 +1,6 @@
(benchmark fuzzsmt
:logic QF_BV
-:status unknown
+:status sat
:extrafuns ((v0 BitVec[4]))
:extrafuns ((v1 BitVec[4]))
:extrafuns ((v2 BitVec[4]))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback