summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/goodAI.smt2
blob: 0dc5c8ab1aec01f3e99e6329dc8eeb26c79bfe30 (plain)
1
2
3
4
5
6
7
8
(set-logic QF_S)
(set-option :strings-exp true)
(set-info :status sat)
(declare-const input_0_1000 String)
(assert (= (str.substr input_0_1000 0 4) "good"))
(assert (= (str.substr input_0_1000 5 1) "I"))
(assert (not (= input_0_1000 "goodAI")))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback