mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 05:26:01 +00:00
more fpa
This commit is contained in:
parent
6708a764f5
commit
4cb07a539b
6 changed files with 91 additions and 68 deletions
|
@ -4297,7 +4297,7 @@ app_ref fpa2bv_converter_wrapped::wrap(expr* e) {
|
|||
if (is_rm(es))
|
||||
bv_srt = m_bv_util.mk_sort(3);
|
||||
else {
|
||||
SASSERT(m_converter.is_float(es));
|
||||
SASSERT(is_float(es));
|
||||
unsigned ebits = m_util.get_ebits(es);
|
||||
unsigned sbits = m_util.get_sbits(es);
|
||||
bv_srt = m_bv_util.mk_sort(ebits + sbits);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue