summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/timeout-no-resp.smt2
blob: 65608da62eab901b4930065fcd329dc1136d38c8 (plain)
1
2
3
4
5
6
7
(set-logic SLIA)
(set-info :status sat)
(set-option :strings-exp true)
(declare-const x String)
(declare-const y String)
(assert (not (= (str.replace "A" (str.replace x "A" y) x) (str.replace "A" x (str.replace x y x)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback