summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/update-ex1.smt2
blob: deff4b6c2ed96c1cd3845faac2388c6543805bcc (plain)
1
2
3
4
5
6
7
8
(set-logic QF_SLIA)
(set-option :strings-exp true)
(set-info :status sat)
(declare-fun s () String)

(assert (not (= (str.substr (str.update "AAAAAA" 1 s) 5 1) "A")))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback