summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/issue2958.smt2
blob: 99d8462c34756ccf21cfb5cc715780d5af5186a2 (plain)
1
2
3
4
5
6
7
(set-info :smt-lib-version 2.6)
(set-logic QF_SLIA)
(set-info :status unsat)
(declare-const x String)
(assert (not (str.prefixof "ab" x)))
(assert (str.in_re (str.substr x 0 2) (re.++ (str.to_re "ab") (re.* (str.to_re "dcab")))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback