3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00
z3/src/math/polynomial
2018-07-09 10:52:27 +01:00
..
algebraic_numbers.cpp remove unneeded creation of tmp mpz_manager 2018-07-09 10:52:27 +01:00
algebraic_numbers.h Use nullptr. 2018-02-12 14:05:55 +07:00
algebraic_params.pyg Implement a CMake build system. 2016-03-04 15:26:09 +00:00
CMakeLists.txt [CMake] Fix dependencies for generating gparams_register_modules.cpp. 2017-06-21 23:56:46 +01: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 Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
polynomial.h Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
polynomial_cache.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
polynomial_cache.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07: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 Use override rather than virtual. 2018-02-09 21:19:27 +07:00
README remove hassel table from unstable: does not compile under other plantforms 2013-05-31 17:48:19 -07:00
rpolynomial.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
rpolynomial.h Use nullptr. 2018-02-12 14:05:55 +07:00
sexpr2upolynomial.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sexpr2upolynomial.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
upolynomial.cpp fix #1534 2018-03-12 13:21:31 -07:00
upolynomial.h Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
upolynomial_factorization.cpp Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
upolynomial_factorization.h Fix typos. 2018-02-01 19:39:43 +07:00
upolynomial_factorization_int.h Use override rather than virtual. 2018-02-10 09:56:33 +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.