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
On z3 4.8.6 I encounter the following issue.
$ z3 -in (declare-rel ? ()) (query ?) unsat (get-proof) fish: 'z3 -in' terminated by signal SIGSEGV (Address boundary error)
The text was updated successfully, but these errors were encountered:
724a42b
Fort the "rel" and "query" extension syntax you want something along the lines of:
(set-option :fp.engine spacer) (declare-rel ? ()) (query ? :print-certificate true)
Sorry, something went wrong.
fix Z3Prover#2643 - fuzzers are here to get you @lorisdanton
a921b4f
Signed-off-by: Nikolaj Bjorner <[email protected]>
No branches or pull requests
On z3 4.8.6 I encounter the following issue.
The text was updated successfully, but these errors were encountered: