mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 18:15:32 +00:00
enable reduce_by, more tests
This commit is contained in:
parent
58c66ffee8
commit
c69c316b27
7 changed files with 142 additions and 36 deletions
|
@ -962,7 +962,6 @@ namespace dd {
|
|||
|
||||
quot_rem(a1, b1, q, r);
|
||||
if (r.is_zero()) {
|
||||
std::cout << a1 << " " << b1 << " " << q << "\n";
|
||||
SASSERT(q * b1 == a1);
|
||||
a1 = -q * pow(mk_var(v), l - m) * b2;
|
||||
if (l > m)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue