mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 00:37:36 +00:00
Add tests for ackermannization module and Z3_algebraic_eval
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
cd32dbe403
commit
879dc93d2a
4 changed files with 328 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue