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:
parent
274d64299e
commit
ce7c7f458e
2 changed files with 110 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue