3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

injectivity: Fixup rewriter

This commit is contained in:
Nicolas Braud-Santoni 2017-08-22 18:44:34 +00:00
parent 33dd168195
commit 27fd879b8c

View file

@ -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);