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
Thank you for working on adding support for polymorphism
Running the following smt2 file
(declare-type-var T) (declare-fun f (T) bool) (assert (forall ((x Int)) (f x))) (check-sat)
causes a segmentation fault
This is with Z3 version 4.12.4 - 64 bit
The text was updated successfully, but these errors were encountered:
8e26c2a
fix #7049
dc83c5b
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
No branches or pull requests
Thank you for working on adding support for polymorphism
Running the following smt2 file
causes a segmentation fault
This is with Z3 version 4.12.4 - 64 bit
The text was updated successfully, but these errors were encountered: