mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
port grobner: fix the sum from row creation
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
809647ec2f
commit
4651eb7042
5 changed files with 55 additions and 32 deletions
|
@ -90,15 +90,6 @@ void grobner::unfreeze_equations(unsigned old_size) {
|
|||
m_equations_to_unfreeze.shrink(old_size);
|
||||
}
|
||||
|
||||
void grobner::reset() {
|
||||
flush();
|
||||
m_to_superpose.reset();
|
||||
m_to_simplify.reset();
|
||||
m_equations_to_unfreeze.reset();
|
||||
m_equations_to_delete.reset();
|
||||
m_unsat = nullptr;
|
||||
}
|
||||
|
||||
void grobner::display_var(std::ostream & out, expr * var) const {
|
||||
if (is_app(var) && to_app(var)->get_num_args() > 0)
|
||||
out << mk_bounded_pp(var, m_manager);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue