summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/issue5608-eager-pp.smt2
blob: a1a16627703995bf104c3d8a9de622dd5a9d9f92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; COMMAND-LINE: --no-strings-lazy-pp -i
; EXPECT: sat
; EXPECT: sat
; EXPECT: unsat
(set-logic QF_SLIA)
(declare-fun v6 () Bool)
(declare-fun str6 () String)
(assert (and v6 (str.in_re (str.replace str6 (str.from_int 12) str6) (str.to_re str6))))
(check-sat)
(check-sat)
(assert (not v6))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback