mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Merge pull request #6073 from wintersteiger/cwinter_deflt_rm_py
Change FP default rounding mode in the Python API
This commit is contained in:
commit
4421f7d575
|
@ -9210,7 +9210,7 @@ def parse_smt2_file(f, sorts={}, decls={}, ctx=None):
|
|||
|
||||
|
||||
# Global default rounding mode
|
||||
_dflt_rounding_mode = Z3_OP_FPA_RM_TOWARD_ZERO
|
||||
_dflt_rounding_mode = Z3_OP_FPA_RM_NEAREST_TIES_TO_EVEN
|
||||
_dflt_fpsort_ebits = 11
|
||||
_dflt_fpsort_sbits = 53
|
||||
|
||||
|
|
Loading…
Reference in a new issue