3
0
Fork 0
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:
Christoph M. Wintersteiger 2022-06-04 10:48:38 +01:00 committed by GitHub
commit 4421f7d575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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