mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
fix $4457
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f645ef7677
commit
d3e20d41b2
3 changed files with 3 additions and 0 deletions
|
@ -1995,6 +1995,7 @@ bool theory_arith<Ext>::is_inconsistent2(grobner::equation const * eq, grobner &
|
|||
grobner::monomial const * m = eq->get_monomial(i);
|
||||
intervals.push_back(mk_interval_for(m));
|
||||
}
|
||||
std::cout << intervals.size() << "\n";
|
||||
sbuffer<bool> deleted;
|
||||
deleted.resize(num, false);
|
||||
ptr_buffer<grobner::monomial> monomials;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue