summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/re-elim-exact.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/strings/re-elim-exact.smt2')
-rw-r--r--test/regress/regress1/strings/re-elim-exact.smt210
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress1/strings/re-elim-exact.smt2 b/test/regress/regress1/strings/re-elim-exact.smt2
new file mode 100644
index 000000000..62b934610
--- /dev/null
+++ b/test/regress/regress1/strings/re-elim-exact.smt2
@@ -0,0 +1,10 @@
+(set-info :smt-lib-version 2.5)
+(set-logic ALL)
+(set-info :status sat)
+(set-option :strings-exp true)
+(set-option :re-elim true)
+(declare-fun x () String)
+
+(assert (str.in.re x (re.++ re.allchar (str.to.re "A") re.allchar (str.to.re "B") re.allchar)))
+
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback