mirror of
https://github.com/Z3Prover/z3
synced 2026-03-20 20:05:51 +00:00
add regression test for #9012: box mode mod optimization
Test tst_box_mod_opt verifies that maximize (mod (- (* 232 a)) 256) returns 248 when using box priority with multiple objectives. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f03cac6e51
commit
f4adcde585
2 changed files with 66 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ int main(int argc, char ** argv) {
|
|||
TST(max_reg);
|
||||
TST(max_rev);
|
||||
TST(scaled_min);
|
||||
TST(box_mod_opt);
|
||||
TST(deep_api_bugs);
|
||||
TST(api_algebraic);
|
||||
TST(api_polynomial);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue