3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 16:27:37 +00:00
z3/src/math/interval
Copilot 11970f9203 Fix 13 compiler warnings: sign-comparison and unused parameters (#8215)
* Initial plan

* Fix 13 compiler warnings: sign-comparison and unused parameters

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-18 20:57:31 -08:00
..
CMakeLists.txt extract generic content from nla_intervals 2019-12-18 20:33:48 -08:00
dep_intervals.cpp Fix typos. (#6291) 2022-08-21 12:40:07 -07:00
dep_intervals.h Fix 13 compiler warnings: sign-comparison and unused parameters (#8215) 2026-02-18 20:57:31 -08:00
interval.h Fix 13 compiler warnings: sign-comparison and unused parameters (#8215) 2026-02-18 20:57:31 -08:00
interval_def.h Standardize for-loop increments to prefix form (++i) (#8199) 2026-02-18 20:57:29 -08:00
interval_mpq.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
mod_interval.h delete more default constructors 2024-09-23 12:59:04 +01:00
README remove hassel table from unstable: does not compile under other plantforms 2013-05-31 17:48:19 -07:00

Template for interval arithmetic. The template can be instantiated using different numeral (integers/mpz, rationals/mpq, floating-point/mpf, etc) packages.
The class im_default_config defines a default configuration for the template that uses rationals. It also shows what is the expected signature used by the template.