summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/issue6653-rre.smt2
blob: 66b7dd64eb56d27333d978149b3777cf6ee2676f (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --strings-exp --re-elim --re-elim-agg
; EXPECT: sat
(set-logic ALL)
(declare-fun a () String)
(declare-fun b () String)
(assert (str.in_re (str.replace_re b (str.to_re (str.replace_all a (str.++ b "a") b)) (str.++ b "a")) (re.+ (str.to_re "b"))))
(assert (str.in_re a (re.* (re.range "a" "b"))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback