3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 02:40:24 +00:00
z3/src/math/polynomial
Nikolaj Bjorner bc70282a18 mute some compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-02-03 15:42:06 -08:00
..
algebraic_numbers.cpp free memory the clean way 2024-01-20 14:01:01 -08:00
algebraic_numbers.h encapsulate anum functionality 2024-01-20 12:59:58 -08:00
algebraic_params.pyg spell check from https://github.com/microsoft/z3guide/pull/165 2024-01-12 09:57:46 -08: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 mute some compiler warnings 2024-02-03 15:42:06 -08:00
polynomial.h Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02: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 add missing simplification; handle nit #6952 2023-10-25 10:00:15 -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 Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
upolynomial.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
upolynomial_factorization.cpp Fix a compilation error with clang-cl (VS2022) (#6489) 2022-12-12 22:12:31 +00:00
upolynomial_factorization.h booyah 2020-07-04 15:56:30 -07:00
upolynomial_factorization_int.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00: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.