3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 09:20:22 +00:00
z3/src/math/polynomial
2024-10-02 22:20:12 +01:00
..
algebraic_numbers.cpp remove default destructors 2024-10-02 22:20:12 +01: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 delete more default constructors 2024-09-23 12:59:04 +01:00
polynomial.h Nlsat simplify (#7227) 2024-05-14 22:19:33 -07:00
polynomial_cache.cpp Nlsat simplify (#7227) 2024-05-14 22:19:33 -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 delete more default constructors 2024-09-23 12:59:04 +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.