summaryrefslogtreecommitdiff
path: root/test/regress/regress1/abduction/issue5848-4.smt2
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-10-22 15:48:25 -0500
committerGitHub <noreply@github.com>2021-10-22 20:48:25 +0000
commit4929b5dcfaba1e051309a0debfeaf9f8bf8e2d8b (patch)
tree467f72854fdc931f1d2ffc9124ab2fa841874d93 /test/regress/regress1/abduction/issue5848-4.smt2
parentb3774c9758b6a23c8ef5d98eaa0879a814114674 (diff)
Add more abduction regressions (#7461)
Fixes #5848. This also fixes an issue leftover from #6605 where a spurious assertion failure was thrown. Also introduces subfolder regress/regress1/abduction.
Diffstat (limited to 'test/regress/regress1/abduction/issue5848-4.smt2')
-rw-r--r--test/regress/regress1/abduction/issue5848-4.smt28
1 files changed, 8 insertions, 0 deletions
diff --git a/test/regress/regress1/abduction/issue5848-4.smt2 b/test/regress/regress1/abduction/issue5848-4.smt2
new file mode 100644
index 000000000..93cd8f52b
--- /dev/null
+++ b/test/regress/regress1/abduction/issue5848-4.smt2
@@ -0,0 +1,8 @@
+; COMMAND-LINE: --produce-abducts
+; EXPECT: none
+(set-logic UFLRA)
+(declare-sort S0 0)
+(declare-fun S0-0 () S0)
+(declare-fun S0-1 () S0)
+(declare-fun v87 () Bool)
+(get-abduct A (and false (exists ((q117 S0)) (or v87 (and (= S0-1 q117) (= q117 S0-0))))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback