3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00
z3/src/math/interval
Leonardo de Moura edf62481e9 Add skeleton for the realclosure package
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-01-02 18:08:42 -08:00
..
interval.h Add skeleton for the realclosure package 2013-01-02 18:08:42 -08:00
interval_def.h more cleanup 2012-10-31 10:54:59 -07:00
interval_mpq.cpp add default template instance 2012-10-31 11:16:43 -07:00
README added READMEs 2012-11-17 09:32:01 -08: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.