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

Assertion violation at ../src/util/mpf.cpp:1966 #6674

Closed
merlinsun opened this issue Apr 9, 2023 · 0 comments · Fixed by #6968
Closed

Assertion violation at ../src/util/mpf.cpp:1966 #6674

merlinsun opened this issue Apr 9, 2023 · 0 comments · Fixed by #6968
Assignees
Labels

Comments

@merlinsun
Copy link

Hi,
For this instance, z3 e6ea815 debug build

$ z3 small.smt2             
ASSERTION VIOLATION
File: ../src/util/mpf.cpp
Line: 1966
m_mpz_manager.lt(o.significand, p_m3)
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
a
$ cat small.smt2 
(declare-fun fp () (_ FloatingPoint 3 2))
(assert (= (fp (_ bv0 1) (_ bv0 3) (_ bv0 1)) (fp.fma roundNearestTiesToEven fp fp (fp (_ bv0 1) (_ bv0 3) (_ bv0 1)))))
(check-sat-using qe2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants