summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-03-10 09:55:46 -0600
committerGitHub <noreply@github.com>2021-03-10 16:55:46 +0100
commit2ff196ccba2ce611fe7320ef775955c291d34dab (patch)
treea3c92d726c9b840e61be759646be67326783287f /test/regress/regress1/quantifiers
parentdd047586cf049a132e46fe561bee4716e0aec455 (diff)
Add quant elim regression (#6103)
Fixes #5658. This was fixed by recent refactoring to quantifier elimination, adding the regression to close the issue.
Diffstat (limited to 'test/regress/regress1/quantifiers')
-rw-r--r--test/regress/regress1/quantifiers/issue5658-qe.smt26
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/regress1/quantifiers/issue5658-qe.smt2 b/test/regress/regress1/quantifiers/issue5658-qe.smt2
new file mode 100644
index 000000000..d2e5f7aa3
--- /dev/null
+++ b/test/regress/regress1/quantifiers/issue5658-qe.smt2
@@ -0,0 +1,6 @@
+; SCRUBBER: sed 's/(.*)/()/g'
+; EXPECT: ()
+; EXIT: 0
+(set-logic LIA)
+(declare-fun a () Int)
+(get-qe (exists ((b Int)) (= a 0)))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback