summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/re-elim-exact.smt2
blob: 9504aad93e2d60962cbf2584c7a61eb09d941040 (plain)
1
2
3
4
5
6
7
8
9
10
(set-info :smt-lib-version 2.6)
(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