mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 05:13:39 +00:00
remove SMTLIB1 printing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d1ee5431a7
commit
b8e5fc9f43
4 changed files with 11 additions and 34 deletions
|
@ -77,7 +77,6 @@ public:
|
|||
|
||||
void display(std::ostream& strm, expr* n);
|
||||
void display_smt2(std::ostream& strm, expr* n);
|
||||
void display_expr(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 = 0);
|
||||
void display_ast_smt2(std::ostream& strm, ast* n, unsigned indent = 0, unsigned num_var_names = 0, char const* const* var_names = 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue