3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-22 13:53:39 +00:00
z3/src/math/polynomial
Nikolaj Bjorner b571e43f85 fix #4146
2020-04-28 13:28:46 -07:00
..
algebraic_numbers.cpp fix #4110 2020-04-26 14:13:58 -07:00
algebraic_numbers.h add unit test for #2867 2020-03-24 11:52:41 -07:00
algebraic_params.pyg fix #3683 2020-04-04 18:56:10 -07: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 fix #4146 2020-04-28 13:28:46 -07:00
polynomial.h move out sign 2020-01-20 16:22:38 -06:00
polynomial_cache.cpp fix #2613 fix #2612 2019-10-05 16:57:51 -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 move out sign 2020-01-20 16:22:38 -06:00
upolynomial.h move out sign 2020-01-20 16:22:38 -06:00
upolynomial_factorization.cpp update upolynmial test 2018-12-17 17:41:50 -08:00
upolynomial_factorization.h Fix typos. 2018-02-01 19:39:43 +07:00
upolynomial_factorization_int.h bool_vector, some spacer tidy 2020-04-05 12:59:04 -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.