summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/issue4915.smt2
blob: e65db3c5642d8b1c161c82e2543b9650694bc618 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: unsat
; COMMAND-LINE: --strings-exp
(set-logic QF_SLIA)
(declare-const Str4 String)
(declare-const Str18 String)
(assert (str.in_re Str18 (re.++ (str.to_re Str4) (str.to_re "ewgysobutx"))))
(assert (= Str18 (str.++ Str4 "ewgysobutx")))
(assert (>= (str.len (str.substr Str18 0 3)) 937))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback