summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/issue3090.smt2
blob: 734257a25445b4e54de9a7313c5da26304d5cd92 (plain)
1
2
3
4
5
6
(set-logic ALL_SUPPORTED)
(set-option :strings-exp true)
(set-info :status unsat)
(declare-const id String)
(assert (and (str.in.re id (re.+ (re.range "0" "9"))) (str.contains id "value")))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback