3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00
z3/src/math/interval
Nikolaj Bjorner 6af314c6d9 simplify inequality propagation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2021-08-14 23:36:51 -07:00
..
CMakeLists.txt extract generic content from nla_intervals 2019-12-18 20:33:48 -08:00
dep_intervals.cpp fix #4359 and regression to #3270 2020-05-18 12:41:42 -07:00
dep_intervals.h fix #4359 and regression to #3270 2020-05-18 12:41:42 -07:00
interval.h booyah 2020-07-04 15:56:30 -07:00
interval_def.h booyah 2020-07-04 15:56:30 -07: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 simplify inequality propagation 2021-08-14 23:36:51 -07:00
mod_interval_def.h simplify inequality propagation 2021-08-14 23:36:51 -07: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.