3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-04 05:11:21 +00:00
z3/src/math/polynomial
Christoph M. Wintersteiger 4e37821dde "canceled" -> Z3_CANCELED_MSG
Relates to #431
2016-02-04 13:52:43 +00:00
..
algebraic.pyg added module descriptions 2012-12-02 13:15:56 -08:00
algebraic_numbers.cpp "canceled" -> Z3_CANCELED_MSG 2016-02-04 13:52:43 +00:00
algebraic_numbers.h reworking cancellation 2015-12-11 16:21:24 -08:00
linear_eq_solver.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
polynomial.cpp "canceled" -> Z3_CANCELED_MSG 2016-02-04 13:52:43 +00:00
polynomial.h reworking cancellation 2015-12-11 16:21:24 -08:00
polynomial_cache.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
polynomial_cache.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
polynomial_factorization.cpp tabs and indentation 2015-09-17 13:25:22 +01:00
polynomial_factorization.h Remove non-ascii characters 2012-12-20 11:22:03 -08:00
polynomial_primes.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
polynomial_var2value.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
README remove hassel table from unstable: does not compile under other plantforms 2013-05-31 17:48:19 -07:00
rpolynomial.cpp reworking cancellation 2015-12-11 16:21:24 -08:00
rpolynomial.h reworking cancellation 2015-12-11 16:21:24 -08:00
sexpr2upolynomial.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
sexpr2upolynomial.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
upolynomial.cpp "canceled" -> Z3_CANCELED_MSG 2016-02-04 13:52:43 +00:00
upolynomial.h reworking cancellation 2015-12-11 16:21:24 -08:00
upolynomial_factorization.cpp reworking cancellation 2015-12-11 16:21:24 -08:00
upolynomial_factorization.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
upolynomial_factorization_int.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -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.