We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi @mtrberzi,
In the latest commit (41ab578) i get the following incorrect result on the following file:
66.zip
$ ./z3-nightly/bin/z3 smt.string_solver=z3str3 66.smt2 sat sat sat sat unsat
Everything should be sat.
Interestingly, in commit 321bad2, i still get a wrong answer but a different one:
$ ./z3-321b/bin/z3 smt.string_solver=z3str3 66.smt2 sat sat unsat unsat unsat
The text was updated successfully, but these errors were encountered:
This is fixed as of the latest commit (5 SAT responses and all models are valid).
Sorry, something went wrong.
mtrberzi
No branches or pull requests
Hi @mtrberzi,
In the latest commit (41ab578) i get the following incorrect result on the following file:
66.zip
Everything should be sat.
Interestingly, in commit 321bad2, i still get a wrong answer but a different one:
The text was updated successfully, but these errors were encountered: