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

rename bhn_opt to max_reg

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2026-03-11 19:18:45 -10:00
parent b8d6952e9e
commit 3176151cc2
2 changed files with 13 additions and 13 deletions

View file

@ -175,7 +175,7 @@ int main(int argc, char ** argv) {
TST(var_subst);
TST(simple_parser);
TST(api);
TST(bnh_opt);
TST(max_reg);
TST(max_rev);
TST(api_algebraic);
TST(api_polynomial);