(set-info :smt-lib-version 2.6) (set-logic QF_SLIA) (set-info :status sat) (declare-fun x () String) (declare-fun y () String) (assert (not (= x y))) (assert (= (str.to_code x) (str.to_code y))) (check-sat)