3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

reduce invertible update

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-10 21:02:54 -07:00
parent 13883de389
commit 7bcd3452b8
2 changed files with 6 additions and 5 deletions

View file

@ -91,9 +91,9 @@ public:
g->update(idx, f_new, new_pr, g->dep(idx));
}
if (mc) g->add(mc.get());
result.push_back(g.get());
g->inc_depth();
}
result.push_back(g.get());
}
void cleanup() override {}