summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-09-29 14:28:52 -0500
committerGitHub <noreply@github.com>2017-09-29 14:28:52 -0500
commitb48120e1c224208eaef28f86e77830f211852f9b (patch)
tree28d9329c1cc13d5e99e8ac38212efb88c20c7ffa /test/regress/regress0/quantifiers/Makefile.am
parent8011f2715fa6ba312fd766cab5249648598310d4 (diff)
Simplify representation of inversion Skolems for bv cegqi (#1164)
* Simplify intermediate representation of inversion skolems for cegqi bit-vectors. Cache bv inversion status globally in QuantifierEngine. Generalize virtual term policy for marking eligible instantiation terms. Enable regression. * Enable other regression
Diffstat (limited to 'test/regress/regress0/quantifiers/Makefile.am')
-rw-r--r--test/regress/regress0/quantifiers/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/regress/regress0/quantifiers/Makefile.am b/test/regress/regress0/quantifiers/Makefile.am
index cb6ed687e..a4bd40df5 100644
--- a/test/regress/regress0/quantifiers/Makefile.am
+++ b/test/regress/regress0/quantifiers/Makefile.am
@@ -89,11 +89,9 @@ TESTS = \
cbqi-sdlx-fixpoint-3-dd.smt2 \
qbv-simp.smt2 \
psyco-001-bv.smt2 \
- bug822.smt2
-
-# FIXME: solvable with --cbqi-bv
-#qbv-test-invert-mul.smt2
-#qbv-simple-2vars-vo.smt2
+ bug822.smt2 \
+ qbv-test-invert-mul.smt2 \
+ qbv-simple-2vars-vo.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