summaryrefslogtreecommitdiff
path: root/test/regress/regress1/abduction/abduction-no-pbe-sym-break.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/abduction/abduction-no-pbe-sym-break.smt2')
-rw-r--r--test/regress/regress1/abduction/abduction-no-pbe-sym-break.smt211
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regress/regress1/abduction/abduction-no-pbe-sym-break.smt2 b/test/regress/regress1/abduction/abduction-no-pbe-sym-break.smt2
new file mode 100644
index 000000000..79fa4f230
--- /dev/null
+++ b/test/regress/regress1/abduction/abduction-no-pbe-sym-break.smt2
@@ -0,0 +1,11 @@
+; COMMAND-LINE: --produce-abducts
+; SCRUBBER: grep -v -E '(\(define-fun)'
+; EXIT: 0
+
+(set-logic UF)
+(set-option :produce-abducts true)
+(declare-const A Bool)
+(declare-const B Bool)
+(declare-const C Bool)
+(assert (=> A C))
+(get-abduct D (=> A B))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback