Hi, For this formula: ``` (assert (forall ((a (_ BitVec 2))) (exists ((b (_ BitVec 2))) (and (= a #b00) (distinct a b))))) (check-sat-using qe) ``` Z3 smt.string_solver=z3str3 incorrectly gives sat, while this formula should be unsat. OS: Ubuntu 18.04 Commit: 006caea