3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-31 08:23:17 +00:00

account for review

This commit is contained in:
Simon Cruanes 2017-10-24 11:44:28 +02:00
parent ed526b808d
commit 607eba1720
2 changed files with 23 additions and 21 deletions

View file

@ -16,7 +16,7 @@ class ast_pp_dot {
public:
ast_pp_dot(proof *pr, ast_manager &m) : m_manager(m), m_pr(pr) {}
ast_pp_dot(proof_ref &e) : m_manager(e.m()), m_pr(e.get()) {}
std::ostream & pp(std::ostream & out) const;
ast_manager & get_manager() const { return m_manager; }
};