mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 15:34:41 +00:00
fix in emonomials
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
25edc98f36
commit
b32f2703d4
4 changed files with 0 additions and 9 deletions
|
|
@ -112,9 +112,7 @@ void core::push() {
|
|||
|
||||
void core::pop(unsigned n) {
|
||||
TRACE("nla_solver", tout << "n = " << n << "\n";);
|
||||
TRACE("nla_solver", tout << "before pop mons = " << pp_emons(*this, m_emons) << "\n";);
|
||||
m_emons.pop(n);
|
||||
TRACE("nla_solver", tout << "after pop mons = " << pp_emons(*this, m_emons) << "\n";);
|
||||
}
|
||||
|
||||
rational core::product_value(const unsigned_vector & m) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue