summaryrefslogtreecommitdiff
path: root/test
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
parentec83ced90e3c4db2b2b31458628a1957fc684484 (diff)
Remove a few spurious assertions (#4294)
Fixes #4290 and fixes #4292.
Diffstat (limited to 'test')
-rw-r--r--test/regress/CMakeLists.txt1
-rw-r--r--test/regress/regress1/quantifiers/issue4290-cegqi-r.smt27
2 files changed, 8 insertions, 0 deletions
diff --git a/test/regress/CMakeLists.txt b/test/regress/CMakeLists.txt
index 799c23f5a..9608791f2 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -1519,6 +1519,7 @@ set(regress_1_tests
regress1/quantifiers/issue3765-quant-dd.smt2
regress1/quantifiers/issue4021-ind-opts.smt2
regress1/quantifiers/issue4062-cegqi-aux.smt2
+ regress1/quantifiers/issue4290-cegqi-r.smt2
regress1/quantifiers/issue993.smt2
regress1/quantifiers/javafe.ast.StmtVec.009.smt2
regress1/quantifiers/lra-vts-inf.smt2
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