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:
parent
13883de389
commit
7bcd3452b8
2 changed files with 6 additions and 5 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue