summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorAbdalrhman Mohamed <32971963+abdoo8080@users.noreply.github.com>2021-04-14 07:36:58 -0700
committerGitHub <noreply@github.com>2021-04-14 14:36:58 +0000
commitf3ecc4bfe17776d08efbbb5ed76a5879efa419ca (patch)
treef52f2421fee5bc8d915528125ac3b102569635df /test/regress/CMakeLists.txt
parent3114f91e3fc62380a18dd0c9b8607b564d609640 (diff)
Merge equivalent sub-obligations instead of discarding them. (#6353)
This PR modifies the behavior of the reconstruction algorithm when the term to reconstruct contains two or more equivalent sub-terms, but one is easier to reconstruct than the others. Since we do not know which one is easier to reconstruct by matching, we match against all sub-terms. If a solution is found for one sub-term, we use it to solve the others.
Diffstat (limited to 'test/regress/CMakeLists.txt')
-rw-r--r--test/regress/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regress/CMakeLists.txt b/test/regress/CMakeLists.txt
index 5c3ceec21..710c06f96 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -2170,6 +2170,7 @@ set(regress_1_tests
regress1/sygus/double.sy
regress1/sygus/dt-test-ns.sy
regress1/sygus/dup-op.sy
+ regress1/sygus/eq-sub-obs.sy
regress1/sygus/error1-dt.sy
regress1/sygus/eval-uc.sy
regress1/sygus/extract.sy
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback