3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-23 00:37:36 +00:00

Merge pull request #8693 from Z3Prover/copilot/fix-test-coverage-gaps

Add unit tests covering ackermannization module and Z3_algebraic_eval
This commit is contained in:
Nikolaj Bjorner 2026-02-19 15:32:46 -08:00 committed by GitHub
commit bf73fddf6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 323 additions and 0 deletions

View file

@ -221,6 +221,7 @@ int main(int argc, char ** argv) {
TST(upolynomial);
TST(algebraic);
TST(algebraic_numbers);
TST(ackermannize);
TST(monomial_bounds);
TST(nla_intervals);
TST(horner);