mirror of
https://github.com/Z3Prover/z3
synced 2026-01-22 10:04:45 +00:00
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>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| mpz_matrix.cpp | ||
| mpz_matrix.h | ||
| rcf_params.pyg | ||
| realclosure.cpp | ||
| realclosure.h | ||