cvc5-cvc5-1.2.0.test.regress.cli.regress1.strings.loop006.smt2 Maven / Gradle / Ivy
The newest version!
(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)