3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00
z3/src/math/polynomial
Nikolaj Bjorner b6bf299b8b update upolynmial test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-12-17 17:41:50 -08:00
..
algebraic_numbers.cpp Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02: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 Prefer using empty rather than size comparisons. 2018-11-27 21:42:04 +07:00
polynomial.h Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02: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 Sink some values into loops. 2018-11-30 23:12:21 +07:00
upolynomial.h Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02: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 Prefer using empty rather than size comparisons. 2018-11-27 21:42: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.