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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The following should be unsatisfiable but Z3 gives sat on it.
sat
(declare-fun a () String) (declare-fun b () Int) (assert (> b 0)) (assert (= (int.to.str b) (str.++ "0" a))) (check-sat)
Revision: 05ad90c OS: Ubuntu 18.04
The text was updated successfully, but these errors were encountered:
block unsound itos solutions. #2721
9b72b60
Signed-off-by: Nikolaj Bjorner <[email protected]>
fix bug introduced when fixing #2721
dde8da8
Z3 now hangs on this formula. Is this expected?
Sorry, something went wrong.
No branches or pull requests
Hi,
The following should be unsatisfiable but Z3 gives
sat
on it.Revision: 05ad90c
OS: Ubuntu 18.04
The text was updated successfully, but these errors were encountered: