Closed rainoftime closed 4 years ago
Hi, for the following formula, z3 (commit 1dcbde4) gives an invalid model
(set-option :model_validate true) (set-option :smt.string_solver z3str3) (declare-const i5 Int) (assert (>= (str.len (str.from_code i5)) 42)) (check-sat)
Should be a dup of https://github.com/Z3Prover/z3/issues/4409
Hi, for the following formula, z3 (commit 1dcbde4) gives an invalid model