mirror of
https://github.com/Z3Prover/z3
synced 2025-09-30 05:09:02 +00:00
This reverts commit c8e866f568
.
This commit is contained in:
parent
1e7832a391
commit
e24a5b6624
9 changed files with 224 additions and 1054 deletions
|
@ -5153,8 +5153,6 @@ namespace polynomial {
|
|||
//
|
||||
unsigned sz = R->size();
|
||||
for (unsigned i = 0; i < sz; i++) {
|
||||
if (sz > 100 && i % 100 == 0)
|
||||
checkpoint();
|
||||
monomial * m = R->m(i);
|
||||
numeral const & a = R->a(i);
|
||||
if (m->degree_of(x) == deg_R) {
|
||||
|
@ -5573,7 +5571,6 @@ namespace polynomial {
|
|||
h = mk_one();
|
||||
|
||||
while (true) {
|
||||
checkpoint();
|
||||
TRACE(resultant, tout << "A: " << A << "\nB: " << B << "\n";);
|
||||
degA = degree(A, x);
|
||||
degB = degree(B, x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue