3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-22 22:03:39 +00:00
z3/src/math/polynomial
Nikolaj Bjorner d3b105f9f8 move out sign
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-01-20 16:22:38 -06:00
..
algebraic_numbers.cpp move out sign 2020-01-20 16:22:38 -06:00
algebraic_numbers.h move out sign 2020-01-20 16:22:38 -06: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 fix #2659 2019-10-25 10:42:21 -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 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.