3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-30 05:09:02 +00:00

Update polynomial.cpp

This commit is contained in:
Nikolaj Bjorner 2025-09-15 10:41:56 -07:00 committed by GitHub
parent 58bab093d1
commit b0bc41457f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -989,7 +989,6 @@ namespace polynomial {
tout << "\n";);
monomial * r = mk_monomial(product_tmp);
TRACE(monomial_mul_bug,
tout << "j: " << j << "\n";
tout << "r: "; r->display(tout); tout << "\n";
tout << "pws1: "; for (unsigned i = 0; i < sz1; i++) tout << pws1[i] << " "; tout << "\n";
tout << "pws2: "; for (unsigned i = 0; i < sz2; i++) tout << pws2[i] << " "; tout << "\n";