mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 00:35:47 +00:00
Reorganizing the code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8b70f0b833
commit
d8cd3fc3ab
36 changed files with 261 additions and 429 deletions
|
@ -1,28 +0,0 @@
|
|||
/*++
|
||||
Copyright (c) 2011 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
model_smt2_pp.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Pretty printer for models using SMT2 format.
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo de Moura (leonardo)
|
||||
|
||||
Revision History:
|
||||
|
||||
|
||||
--*/
|
||||
#ifndef _MODEL_SMT2_PP_H_
|
||||
#define _MODEL_SMT2_PP_H_
|
||||
|
||||
#include"cmd_context.h"
|
||||
|
||||
void model_smt2_pp(std::ostream & out, cmd_context & ctx, model_core const & m, unsigned indent);
|
||||
void model_smt2_pp(std::ostream & out, ast_manager & m, model_core const & md, unsigned indent);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue