Skip to content
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

Z3 crash bug on nonlinear logic with symbolic root #2615

Closed
wintered opened this issue Oct 4, 2019 · 0 comments
Closed

Z3 crash bug on nonlinear logic with symbolic root #2615

wintered opened this issue Oct 4, 2019 · 0 comments

Comments

@wintered
Copy link

wintered commented Oct 4, 2019

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

@wintered wintered changed the title Z3 crash bug on nonlinear logic Z3 crash bug on nonlinear logic with symbolic root Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant