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/smt/theory_bv.cpp, Line: 951 #6665

Closed
zhendongsu opened this issue Apr 2, 2023 · 0 comments
Closed

ASSERTION VIOLATION at src/smt/theory_bv.cpp, Line: 951 #6665

zhendongsu opened this issue Apr 2, 2023 · 0 comments

Comments

@zhendongsu
Copy link

Commit: e0a066e
OS: Ubuntu 18.04

[555] % for i in $(seq 1 10) ; do z3release small.smt2; done
unsat
unsat
ASSERTION VIOLATION
File: ../src/smt/theory_bv.cpp
Line: 951
UNEXPECTED CODE WAS REACHED.
Z3 4.12.2.0
Please file an issue with this message and more detail about how you encountered it at https://github.com/Z3Prover/z3/issues/new
unsat
unsat
ASSERTION VIOLATION
File: ../src/smt/theory_bv.cpp
Line: 951
UNEXPECTED CODE WAS REACHED.
Z3 4.12.2.0
Please file an issue with this message and more detail about how you encountered it at https://github.com/Z3Prover/z3/issues/new
unsat
unsat
ASSERTION VIOLATION
File: ../src/smt/theory_bv.cpp
Line: 951
UNEXPECTED CODE WAS REACHED.
Z3 4.12.2.0
Please file an issue with this message and more detail about how you encountered it at https://github.com/Z3Prover/z3/issues/new
unsat
[556] % cat small.smt2
(set-option :smt.threads 7)
(define-fun a () Float16 (fp #b1 #b00000 #b0000000011))
(define-fun l () Float16 (fp #b1 #b00000 #b0000000001))
(declare-fun b () Float16)
(declare-fun r () Float16)
(assert (= l (fp.abs b) r (fp.rem a b)))
(check-sat-using ctx-solver-simplify)
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