summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/itos-entail.smt2
blob: f9dcf4c7703eb7b800b24b7ef06cb0c0aa59594c (plain)
1
2
3
4
5
6
7
8
9
10
11
(set-info :smt-lib-version 2.5)
(set-logic ALL)
(set-info :status sat)
(set-option :strings-exp true)
(declare-fun x () Int)
(declare-fun y () String)
(declare-fun z () String)

(assert (str.contains "ABCD" (str.++ y (int.to.str x) z)))

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