3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-23 06:13:40 +00:00
z3/src/math/polynomial
Leonardo de Moura 1871bef6e1 cleaned algebraic params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-12-02 12:47:20 -08:00
..
algebraic.pyg cleaned algebraic params 2012-12-02 12:47:20 -08:00
algebraic_numbers.cpp cleaned algebraic params 2012-12-02 12:47:20 -08:00
algebraic_numbers.h cleaned algebraic params 2012-12-02 12:47:20 -08:00
linear_eq_solver.h reorganizing the code 2012-10-23 21:53:34 -07:00
polynomial.cpp saved params work 2012-11-29 17:19:12 -08:00
polynomial.h saved params work 2012-11-29 17:19:12 -08:00
polynomial_cache.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
polynomial_cache.h reorganizing the code 2012-10-23 21:53:34 -07:00
polynomial_factorization.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
polynomial_factorization.h reorganizing the code 2012-10-23 21:53:34 -07:00
polynomial_primes.h reorganizing the code 2012-10-23 21:53:34 -07:00
polynomial_var2value.h reorganizing the code 2012-10-23 21:53:34 -07:00
README added READMEs 2012-11-17 09:32:01 -08:00
rpolynomial.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
rpolynomial.h reorganizing the code 2012-10-23 21:53:34 -07:00
sexpr2upolynomial.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
sexpr2upolynomial.h reorganizing the code 2012-10-23 21:53:34 -07:00
upolynomial.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
upolynomial.h reorganizing the code 2012-10-23 21:53:34 -07:00
upolynomial_factorization.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
upolynomial_factorization.h reorganizing the code 2012-10-23 21:53:34 -07:00
upolynomial_factorization_int.h reorganizing the code 2012-10-23 21:53:34 -07:00

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.