mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 14:23:40 +00:00
fix #4831
This commit is contained in:
parent
6e14d3fbd3
commit
17f04099a5
2 changed files with 22 additions and 0 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue