3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-23 14:23:40 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-11-28 11:01:07 -08:00
parent 6e14d3fbd3
commit 17f04099a5
2 changed files with 22 additions and 0 deletions

View file

@ -51,6 +51,8 @@ public:
void reset();
void cleanup();
obj_map<expr, expr*> const sub() const { return m_subst; }
std::ostream& display(std::ostream& out);
};