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