mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
change default behavior of solver pretty printer to include declarations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6780784bcf
commit
a3c43c34fb
6 changed files with 110 additions and 97 deletions
|
@ -43,6 +43,8 @@ public:
|
|||
ast_manager & m() { return m_manager; }
|
||||
|
||||
void visit(ast * n);
|
||||
void visit(unsigned n, expr* const* es);
|
||||
void visit(expr_ref_vector const& es);
|
||||
|
||||
unsigned get_num_sorts() const { return m_sorts.size(); }
|
||||
unsigned get_num_decls() const { return m_decls.size(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue