mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
added READMEs
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3f52f30f9c
commit
1645f61d85
3 changed files with 7 additions and 0 deletions
2
src/math/interval/README
Normal file
2
src/math/interval/README
Normal file
|
@ -0,0 +1,2 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue