summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/code-sat-neg-one.smt2
blob: 403319d02e9af059f255a1682963d3df0d2ed776 (plain)
1
2
3
4
5
6
7
8
(set-info :smt-lib-version 2.5)
(set-logic QF_SLIA)
(set-info :status sat)
(declare-fun x () String)
(declare-fun y () String)
(assert (not (= x y)))
(assert (= (str.code x) (str.code y)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback