3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-28 22:18:56 +00:00
z3/src/math/polynomial
Nuno Lopes 9b54b4e784 fix vector<> to support non-POD types
adjust code to std::move and avoid unnecessary/illegal
2017-10-16 00:54:29 +01:00
..
algebraic_numbers.cpp fix vector<> to support non-POD types 2017-10-16 00:54:29 +01:00
algebraic_numbers.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -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 fix vector<> to support non-POD types 2017-10-16 00:54:29 +01:00
polynomial.h Tabs, formatting. 2017-09-17 14:54:09 +01:00
polynomial_cache.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -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 make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
README remove hassel table from unstable: does not compile under other plantforms 2013-05-31 17:48:19 -07:00
rpolynomial.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
rpolynomial.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -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 make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
upolynomial.h Tabs, formatting. 2017-09-17 14:54:09 +01:00
upolynomial_factorization.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
upolynomial_factorization.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
upolynomial_factorization_int.h fix vector<> to support non-POD types 2017-10-16 00:54:29 +01: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.