summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-07-30 17:18:10 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-07-30 17:18:24 +0200
commitf2da7296ff76920528c0e9edc35f96a715b85078 (patch)
tree21c7b56ab3f0216f1444b454d2671a5e60c9a0d4 /test/regress/regress0/quantifiers/Makefile.am
parentf1dfab159ff9b29bfe86e976ae9953d77eefa308 (diff)
Implement virtual term substitution for non-nested quantifiers. Fix soundness bug in strings related to explaining length terms.
Diffstat (limited to 'test/regress/regress0/quantifiers/Makefile.am')
-rw-r--r--test/regress/regress0/quantifiers/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress0/quantifiers/Makefile.am b/test/regress/regress0/quantifiers/Makefile.am
index ff3607b5b..09ca6710d 100644
--- a/test/regress/regress0/quantifiers/Makefile.am
+++ b/test/regress/regress0/quantifiers/Makefile.am
@@ -48,7 +48,8 @@ TESTS = \
stream-x2014-09-18-unsat.smt2 \
simp-len.smt2 \
is-even.smt2 \
- is-even-pred.smt2
+ is-even-pred.smt2 \
+ delta-simp.smt2
# regression can be solved with --finite-model-find --fmf-inst-engine
# set3.smt2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback