3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/math/polynomial
Christoph M. Wintersteiger a5ce28d82a bugfix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2014-04-25 22:10:53 +01:00
..
algebraic.pyg added module descriptions 2012-12-02 13:15:56 -08:00
algebraic_numbers.cpp Fix incorrect uses of set_cancel() 2012-12-17 18:48:10 -08:00
algebraic_numbers.h Fix incorrect uses of set_cancel() 2012-12-17 18:48:10 -08:00
linear_eq_solver.h reorganizing the code 2012-10-23 21:53:34 -07:00
polynomial.cpp Fix incorrect uses of set_cancel() 2012-12-17 18:48:10 -08:00
polynomial.h Fix incorrect uses of set_cancel() 2012-12-17 18:48:10 -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 Remove non-ascii characters 2012-12-20 11:22:03 -08:00
polynomial_factorization.h Remove non-ascii characters 2012-12-20 11:22:03 -08: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 remove hassel table from unstable: does not compile under other plantforms 2013-05-31 17:48:19 -07: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 bugfix 2014-04-25 22:10:53 +01:00
upolynomial_factorization.h Remove non-ascii characters 2012-12-20 11:22:03 -08:00
upolynomial_factorization_int.h Remove non-ascii characters 2012-12-20 11:22:03 -08: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.