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, File: ../src/qe/qsat.cpp Line: 655 #7206

Open
merlinsun opened this issue Apr 16, 2024 · 0 comments
Open

ASSERTION VIOLATION, File: ../src/qe/qsat.cpp Line: 655 #7206

merlinsun opened this issue Apr 16, 2024 · 0 comments

Comments

@merlinsun
Copy link

Hi,
For this following instance, z3 2682c2e debug build

$ cat small.smt2 
(declare-fun b () (_ FloatingPoint 3 2))
(assert (exists ((a (_ FloatingPoint 3 2)) (a (_ FloatingPoint 3 2)) (a (_ FloatingPoint 3 2))) (= (fp (_ bv0 1) (_ bv0 3) (_ bv0 1)) (fp.fma roundNearestTiesToEven b b (fp (_ bv0 1) (_ bv0 3) (_ bv0 1)))))) 
(check-sat-using qsat) 
(check-sat-using qsat)
$ z3 small.smt2 
sat
ASSERTION VIOLATION
File: ../src/qe/qsat.cpp
Line: 655
validate_defs("check_sat")
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
a
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