summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-10-21 12:10:26 -0700
committerGitHub <noreply@github.com>2021-10-21 19:10:26 +0000
commitf3bf9af12eb6af487e61c585fa9639f1d1485220 (patch)
tree8cae4300799cb7a102fb51acfb273a00eec8fe45 /test/regress/CMakeLists.txt
parent2da1033d731495b4925087f06a082a81cadf97a9 (diff)
Fix symmetric proof issue for ITE in circuit propagator (#7452)
This PR goes back to #7446 and implements a proper fix that handles both symmetrical cases.
Diffstat (limited to 'test/regress/CMakeLists.txt')
-rw-r--r--test/regress/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/CMakeLists.txt b/test/regress/CMakeLists.txt
index fe7c3fdaf..1ed42dd77 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -835,7 +835,8 @@ set(regress_0_tests
regress0/preprocess/preprocess_14.cvc.smt2
regress0/preprocess/preprocess_15.cvc.smt2
regress0/preprocess/proj-issue304-circuit-prop-xor.smt2
- regress0/preprocess/proj-issue305-circuit-prop-ite.smt2
+ regress0/preprocess/proj-issue305-circuit-prop-ite-a.smt2
+ regress0/preprocess/proj-issue305-circuit-prop-ite-b.smt2
regress0/print_define_fun_internal.smt2
regress0/print_lambda.cvc.smt2
regress0/print_model.cvc.smt2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback