mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
FPA API bugfix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
62d4542f83
commit
9503d955f9
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ sort * float_decl_plugin::mk_sort(decl_kind k, unsigned num_parameters, paramete
|
||||||
case FLOAT64_SORT:
|
case FLOAT64_SORT:
|
||||||
return mk_float_sort(11, 53);
|
return mk_float_sort(11, 53);
|
||||||
case FLOAT128_SORT:
|
case FLOAT128_SORT:
|
||||||
return mk_float_sort(15, 133);
|
return mk_float_sort(15, 113);
|
||||||
default:
|
default:
|
||||||
m_manager->raise_exception("unknown floating point theory sort");
|
m_manager->raise_exception("unknown floating point theory sort");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue