summaryrefslogtreecommitdiff
path: root/test/regress/regress1
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-04-14 14:38:01 -0500
committerGitHub <noreply@github.com>2020-04-14 14:38:01 -0500
commite7546557861686126b86a94fe797701afb1be4cd (patch)
tree313a67cb1349294f72e2024f0219afa86801292d /test/regress/regress1
parentec83ced90e3c4db2b2b31458628a1957fc684484 (diff)
Remove a few spurious assertions (#4294)
Fixes #4290 and fixes #4292.
Diffstat (limited to 'test/regress/regress1')
-rw-r--r--test/regress/regress1/quantifiers/issue4290-cegqi-r.smt27
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regress/regress1/quantifiers/issue4290-cegqi-r.smt2 b/test/regress/regress1/quantifiers/issue4290-cegqi-r.smt2
new file mode 100644
index 000000000..d9d9cc4a9
--- /dev/null
+++ b/test/regress/regress1/quantifiers/issue4290-cegqi-r.smt2
@@ -0,0 +1,7 @@
+(set-logic AUFLIA)
+(set-info :status unsat)
+(declare-fun _substvar_29_ () (Array Bool Int))
+(declare-fun _substvar_55_ () (Array Bool Int))
+(declare-const arr-8129271443090794560_6381925390096970410-0 (Array Bool Int))
+(assert (not (exists ((q1 Int) (q2 Bool) (q3 (Array Bool Int))) (xor (distinct q1 51) (xor true true true true true true true true (= _substvar_29_ arr-8129271443090794560_6381925390096970410-0 (store _substvar_55_ true 70)) true true) true))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback