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
This seems to be related to #2316.
For the following input:
(declare-fun x () Int) (define-fun y () Int (seq.nth (seq.unit 0) x)) (assert (> x 0)) (check-sat) (get-value (y))
Z3 returns with:
$ z3 a.smt2 sat ((y (seq.nth_u (seq.unit 0) 1)))
where I would have expected Z3 to pick an arbitrary (reduced) value for y.
y
The text was updated successfully, but these errors were encountered:
4ce6b53
Thanks @NikolajBjorner!
Sorry, something went wrong.
No branches or pull requests
This seems to be related to #2316.
For the following input:
Z3 returns with:
where I would have expected Z3 to pick an arbitrary (reduced) value for
y
.The text was updated successfully, but these errors were encountered: