mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
injectivity: Fixup rewriter
This commit is contained in:
parent
33dd168195
commit
27fd879b8c
|
@ -284,7 +284,8 @@ public:
|
|||
(*m_eq)(curr, rw, pr);
|
||||
g->update(i, rw, pr, g->dep(i));
|
||||
}
|
||||
}
|
||||
result.push_back(g.get());
|
||||
}
|
||||
|
||||
virtual void cleanup() {
|
||||
InjHelper * m = alloc(InjHelper, m_manager);
|
||||
|
|
Loading…
Reference in a new issue