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 formula triggers a crash in z3.
(declare-fun a () Real) (define-fun b () Real (root-obj (+ (* (^ x 2)) (* (- 60) x) 1) 1)) (assert (= a b (/ a b))) (check-sat)
ASSERTION VIOLATION File: ../src/math/polynomial/upolynomial.cpp Line: 2756 sign_a == eval_sign_at(sz, p, a) (C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
OS: Ubuntu 18.04 Revision: 3dcfbb8
The text was updated successfully, but these errors were encountered:
7c10fb8
No branches or pull requests
Hi,
the following formula triggers a crash in z3.
OS: Ubuntu 18.04
Revision: 3dcfbb8
The text was updated successfully, but these errors were encountered: