mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 15:55:46 +00:00
Merge pull request #641 from kanigsson/master
Take into account number of monomials for rlimit counting
This commit is contained in:
commit
314eae50a4
1 changed files with 1 additions and 0 deletions
|
@ -446,6 +446,7 @@ void grobner::merge_monomials(ptr_vector<monomial> & monomials) {
|
|||
SASSERT(&m_del_monomials != &monomials);
|
||||
ptr_vector<monomial>& to_delete = m_del_monomials;
|
||||
to_delete.reset();
|
||||
m_manager.limit().inc(sz);
|
||||
for (unsigned i = 1; i < sz; ++i) {
|
||||
monomial * m1 = monomials[j];
|
||||
monomial * m2 = monomials[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue