3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-10-29 13:42:57 -07:00
parent 0e651eee04
commit 0da0fa2b27
2 changed files with 23 additions and 17 deletions

View file

@ -1299,7 +1299,7 @@ namespace opt {
def result;
unsigned_vector div_rows(_div_rows), mod_rows(_mod_rows);
SASSERT(!div_rows.empty() || !mod_rows.empty());
TRACE("opt", display(tout << "solve_div " << x << "\n"));
TRACE("opt", display(tout << "solve_div v" << x << "\n"));
rational K(1);
for (unsigned ri : div_rows)