Go to the source code of this file.
Namespaces | |
| z3py | |
Variables | |
| tuple | _error_handler_fptr = ctypes.CFUNCTYPE(None, ctypes.c_void_p, ctypes.c_uint) |
| tuple | _Z3Python_error_handler = _error_handler_fptr(_Z3python_error_handler_core) |
| _main_ctx = None | |
| tuple | sat = CheckSatResult(Z3_L_TRUE) |
| tuple | unsat = CheckSatResult(Z3_L_FALSE) |
| tuple | unknown = CheckSatResult(Z3_L_UNDEF) |
| _dflt_rounding_mode = Z3_OP_FPA_RM_TOWARD_ZERO | |
| Floating-Point Arithmetic. More... | |
| int | _dflt_fpsort_ebits = 11 |
| int | _dflt_fpsort_sbits = 53 |
1.8.5