3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-20 11:55:49 +00:00

Add max_rev test: BNH with reversed argument order in f1/f2

Same as test_bnh_optimize but constructs f1 and f2 with reversed
parameter order in mk_add, mk_mul, mk_sub calls. Exposes optimizer
sensitivity to expression structure.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Lev Nachmanson 2026-03-11 18:15:57 -10:00
parent 274d64299e
commit ce7c7f458e
2 changed files with 110 additions and 0 deletions

View file

@ -176,6 +176,7 @@ int main(int argc, char ** argv) {
TST(simple_parser);
TST(api);
TST(bnh_opt);
TST(max_rev);
TST(api_algebraic);
TST(api_polynomial);
TST(api_pb);