summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/proj254-re-elim-agg.smt2
blob: cd19dc114e44b688c9f18278e9895935c25323b9 (plain)
1
2
3
4
5
6
7
8
9
10
(set-logic ALL)
(set-info :status sat)
(set-option :produce-models true)
(set-option :strings-exp true)
(set-option :re-elim true)
(set-option :re-elim-agg true)
(declare-fun a () String)
(assert (str.in_re a (re.++ (re.+ (str.to_re "AB")) (str.to_re "B"))))
(assert (<= (str.len a) 4))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback