Skip to content

Assertion violation at src/util/mpq.h:546 #4108

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

Closed
wintered opened this issue Apr 26, 2020 · 0 comments
Closed

Assertion violation at src/util/mpq.h:546 #4108

wintered opened this issue Apr 26, 2020 · 0 comments

Comments

@wintered
Copy link

% z3debug bug.smt2
ASSERTION VIOLATION
File: ../src/util/mpq.h
Line: 546
is_int(a) && is_int(b)
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
unknown
% cat bug.smt2
(declare-fun a () Bool) 
(declare-fun b () Bool) 
(declare-fun c () Real) 
(assert (= c 1.0)) 
(assert (<= (+ (* (ite b 1.0 0.0)) 
(* (ite a 1.0 0.0) (/ 1.0 2.0))) c)) 
(check-sat-using (then dom-simplify card2bv)) 

OS: Ubuntu 18.04
Commit: 7f1b147

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