mirror of
https://github.com/Z3Prover/z3
synced 2025-11-12 00:52:04 +00:00
converted pp_params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4f9442864a
commit
3e6bddbad1
20 changed files with 114 additions and 223 deletions
|
|
@ -29,7 +29,6 @@ Revision History:
|
|||
#include "model_smt2_pp.h"
|
||||
#include "model_converter.h"
|
||||
|
||||
|
||||
namespace pdr {
|
||||
|
||||
class collect_decls_proc {
|
||||
|
|
@ -143,11 +142,10 @@ namespace pdr {
|
|||
}
|
||||
}
|
||||
smt2_pp_environment_dbg env(m);
|
||||
pp_params params;
|
||||
func_decl_set::iterator it = aux_decls.begin(), end = aux_decls.end();
|
||||
for (; it != end; ++it) {
|
||||
func_decl* f = *it;
|
||||
ast_smt2_pp(out, f, env, params);
|
||||
ast_smt2_pp(out, f, env);
|
||||
out << "\n";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue