z3
z3 copied to clipboard
[String] Different satisfiability result with and without smt.string_solver=z3str3
Tested on HEAD (81ec5bae9500756bd7ea28a1da28afcdb0ca848f). The following file produces either sat or unsat depending on whether z3str3 was used. Expected is sat.
This is for @mtrberzi
I will investigate this.
I've identified the issue and will open a PR once I have run tests on my end.
Opened #1385. This at least fixes the incorrect solution; I'll work on the performance of this encoding next.
I have a fix in progress for this, and it will be opened as a pull request soon.