3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00
z3/src/math/polynomial
2021-04-26 15:15:27 -07:00
..
algebraic_numbers.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
algebraic_numbers.h booyah 2020-07-04 15:56:30 -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 Investigating std::vector and #5178 2021-04-24 14:50:59 -07:00
polynomial.cpp prepare for std::vector 2021-04-20 09:24:24 -07:00
polynomial.h fix typos in comments 2021-04-26 15:15:27 -07:00
polynomial_cache.cpp fix #2613 fix #2612 2019-10-05 16:57:51 -07:00
polynomial_cache.h booyah 2020-07-04 15:56:30 -07:00
polynomial_primes.h booyah 2020-07-04 15:56:30 -07:00
polynomial_var2value.h booyah 2020-07-04 15:56:30 -07:00
README remove hassel table from unstable: does not compile under other plantforms 2013-05-31 17:48:19 -07:00
rpolynomial.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
rpolynomial.h booyah 2020-07-04 15:56:30 -07:00
sexpr2upolynomial.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
sexpr2upolynomial.h booyah 2020-07-04 15:56:30 -07:00
upolynomial.cpp prepare for std::vector 2021-04-20 09:24:24 -07:00
upolynomial.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
upolynomial_factorization.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
upolynomial_factorization.h booyah 2020-07-04 15:56:30 -07:00
upolynomial_factorization_int.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -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.