3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

rebase with Z3Prover

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-26 10:09:36 -08:00
parent f8deb4ed5f
commit 610a2837ea
3 changed files with 0 additions and 4 deletions

View file

@ -698,7 +698,6 @@ namespace dd {
}
}
if (eq) {
pop_equation(eq);
m_watch[eq->poly().var()].erase(eq);
return eq;

View file

@ -130,7 +130,6 @@ public:
private:
bool step();
equation* pick_next();
equation* pick_linear();
bool canceled();
bool done();
void superpose(equation const& eq1, equation const& eq2);