3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-11 19:53:34 +00:00

Change FP default rounding mode in the Python API

This commit is contained in:
Christoph M. Wintersteiger 2022-06-04 08:45:52 +01:00
parent f652c57bfe
commit 33454193d4
No known key found for this signature in database
GPG key ID: BCF6360F86294467

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