-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
checking unbounded quantification #425
Comments
Do you want to start implementing it ? In the meantime, we can probably take care of providing the missing |
There won't be much problem with respect to code generation, and I've just realized we no longer need the PNF form, a simple recursion works.
In the mean time, just like what you said, I'm not sure if those are feasible in the solver. |
Maybe I misunderstood this, but it seems like a lot of work, we'd essentially be trying to reimplement quantifier elimination for fixed size bitvectors? This makes the analysis inherently undecidable which will make the solver poop its pants. But why wouldn't we want to use Z3's quantifiers? They probably do a good job a trying to solve these? It would output a bunch of |
No, we actually want to use Z3! We are going to craft an example of what we want to achieve and show it to you on Friday :) |
discussion 23/08
The text was updated successfully, but these errors were encountered: