mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
added READMEs
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3f52f30f9c
commit
1645f61d85
2
src/math/euclid/README
Normal file
2
src/math/euclid/README
Normal file
|
@ -0,0 +1,2 @@
|
|||
Basic Euclidean solver for linear integer equations.
|
||||
This solver generates "explanations".
|
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.
|
3
src/math/polynomial/README
Normal file
3
src/math/polynomial/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
Polynomial manipulation package.
|
||||
It contains support for univariate (upolynomial.*) and multivariate polynomials (polynomial.*).
|
||||
Multivariate polynomial factorization does not work yet (polynomial_factorization.*), and it is disabled.
|
Loading…
Reference in a new issue