summaryrefslogtreecommitdiff
path: root/test/regress
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-04-07 15:28:47 -0500
committerGitHub <noreply@github.com>2021-04-07 20:28:47 +0000
commitbd0cf32db7d115e52e243b165a26edb319e91316 (patch)
tree4a4d77049606f9249ca2b03897834150203f4e58 /test/regress
parent65e5345b950a601524afd1bd47bcecdb65a43326 (diff)
Fixes for abducts (#6279)
Fixes benchmarks 2 and 3 from #5848.
Diffstat (limited to 'test/regress')
-rw-r--r--test/regress/regress1/sygus/issue5848-3-trivial-no-abduct.smt25
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress1/sygus/issue5848-3-trivial-no-abduct.smt2 b/test/regress/regress1/sygus/issue5848-3-trivial-no-abduct.smt2
new file mode 100644
index 000000000..b64e27b45
--- /dev/null
+++ b/test/regress/regress1/sygus/issue5848-3-trivial-no-abduct.smt2
@@ -0,0 +1,5 @@
+; COMMAND-LINE: --produce-abducts
+; EXPECT: none
+(set-logic ALL)
+(assert (= 0.0 (sqrt 1.0)))
+(get-abduct A false)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback