summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/loop006.smt2
blob: 288a5f60ca0ff0f64206aee2cd2afa6d1397c6bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(set-logic QF_S)
(set-info :status sat)

(declare-fun x () String)
(declare-fun y () String)
(declare-fun z () String)
(declare-fun w () String)
(declare-fun w1 () String)
(declare-fun w2 () String)

;(assert (= (str.++ x y) (str.++ y x)))

(assert (not (= (str.++ x y) (str.++ y x))))

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