mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 14:23:40 +00:00
parent
c9900720f8
commit
a083633ab4
3 changed files with 20 additions and 5 deletions
|
@ -79,6 +79,7 @@ public:
|
|||
void display_smt2(std::ostream& strm, expr* n);
|
||||
void display_expr_smt2(std::ostream& strm, expr* n, unsigned indent = 0, unsigned num_var_names = 0, char const* const* var_names = nullptr);
|
||||
void display_ast_smt2(std::ostream& strm, ast* n, unsigned indent = 0, unsigned num_var_names = 0, char const* const* var_names = nullptr);
|
||||
void display_sort_decl(std::ostream& out, sort* s, ast_mark& seen);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue