3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-06 11:20:26 +00:00
z3/src/math/polynomial
2016-06-22 20:25:47 -07:00
..
algebraic_numbers.cpp reduce set of mainly verbose warnings raised by -Wmaybe-uninitialized and unused variable warnings from release mode builds 2016-06-22 20:25:47 -07:00
algebraic_numbers.h reworking cancellation 2015-12-11 16:21:24 -08:00
algebraic_params.pyg Implement a CMake build system. 2016-03-04 15:26:09 +00: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 fix warnings for unused variables 2016-05-17 13:54:22 -07:00
upolynomial.h reworking cancellation 2015-12-11 16:21:24 -08:00
upolynomial_factorization.cpp fix warnings for unused variables 2016-05-17 13:54:22 -07: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.