(set-logic SLIA) (set-option :strings-exp true) (set-info :status sat) (declare-fun x () String) (assert (not (= (str.indexof x "" 0) (- 1)))) (check-sat)