mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
2 lines
321 B
Text
2 lines
321 B
Text
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.
|