mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
have solver pretty print declarations, include also datatype declarations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
052ac51ed7
commit
c7649088e7
2 changed files with 3 additions and 3 deletions
|
@ -18,6 +18,8 @@ Revision History:
|
|||
--*/
|
||||
|
||||
#include "ast_pp_util.h"
|
||||
#include "ast_smt2_pp.h"
|
||||
#include "ast_smt_pp.h"
|
||||
|
||||
void ast_pp_util::collect(expr* e) {
|
||||
coll.visit(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue