summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/indexof-sym-simp.smt2
blob: f492ca2b06e79e08147eebad6d03d5eb5f716c02 (plain)
1
2
3
4
5
6
7
8
9
10
(set-logic ALL)
(set-info :status unsat)
(set-option :strings-exp true)
(declare-fun s () String)
(declare-fun t () String)
(declare-fun r () String)
; solvable if we do equality reasoning over str.indexof
(assert (= t s))
(assert (not (= (str.indexof t r 0) (str.indexof s r 0))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback