3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-22 10:04:45 +00:00
z3/src/math/realclosure
Josh Berdine 4401abbb4a
Return bool instead of int from Z3_rcf_interval (#8046)
In the underlying realclosure implementation, the interval operations for
{`lower`,`upper`}`_is_`{`inf`,`open`} return `bool` results. Currently these
are cast to `int` when surfacing them to the API. This patch keeps them at
type `bool` through to `Z3_rcf_interval`.

Signed-off-by: Josh Berdine <josh@berdine.net>
2025-11-25 18:08:17 -08:00
..
CMakeLists.txt [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
mpz_matrix.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
mpz_matrix.h remove default destructors 2024-10-02 22:20:12 +01:00
rcf_params.pyg Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
realclosure.cpp Return bool instead of int from Z3_rcf_interval (#8046) 2025-11-25 18:08:17 -08:00
realclosure.h Return bool instead of int from Z3_rcf_interval (#8046) 2025-11-25 18:08:17 -08:00