mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 13:10:50 +00:00
move model and proof converters to self-contained module
This commit is contained in:
parent
7b12a5c5a8
commit
1dca6402fb
88 changed files with 170 additions and 134 deletions
|
@ -30,7 +30,7 @@ Revision History:
|
|||
#include "util/statistics.h"
|
||||
#include "util/params.h"
|
||||
#include "util/trail.h"
|
||||
#include "tactic/model_converter.h"
|
||||
#include "ast/converters/model_converter.h"
|
||||
#include "model/model2expr.h"
|
||||
#include "smt/params/smt_params.h"
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
|
|
@ -41,7 +41,7 @@ Revision History:
|
|||
#include "ast/rewriter/expr_replacer.h"
|
||||
#include "ast/rewriter/bool_rewriter.h"
|
||||
#include "ast/rewriter/expr_safe_replace.h"
|
||||
#include "tactic/generic_model_converter.h"
|
||||
#include "ast/converters/generic_model_converter.h"
|
||||
#include "ast/scoped_proof.h"
|
||||
#include "ast/datatype_decl_plugin.h"
|
||||
#include "ast/ast_util.h"
|
||||
|
|
|
@ -23,8 +23,8 @@ Revision History:
|
|||
#include "muz/base/dl_costs.h"
|
||||
#include "muz/base/dl_util.h"
|
||||
#include "ast/used_vars.h"
|
||||
#include "tactic/proof_converter.h"
|
||||
#include "tactic/model_converter.h"
|
||||
#include "ast/converters/proof_converter.h"
|
||||
#include "ast/converters/model_converter.h"
|
||||
#include "ast/rewriter/ast_counter.h"
|
||||
#include "ast/rewriter/rewriter.h"
|
||||
#include "muz/base/hnf.h"
|
||||
|
|
|
@ -27,7 +27,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
#include "ast/ast.h"
|
||||
#include "util/params.h"
|
||||
#include "ast/normal_forms/defined_names.h"
|
||||
#include "tactic/proof_converter.h"
|
||||
#include "ast/converters/proof_converter.h"
|
||||
|
||||
class hnf {
|
||||
class imp;
|
||||
|
|
|
@ -20,9 +20,9 @@ Revision History:
|
|||
#include "ast/rewriter/var_subst.h"
|
||||
#include "ast/rewriter/expr_replacer.h"
|
||||
#include "tactic/tactical.h"
|
||||
#include "tactic/model_converter.h"
|
||||
#include "tactic/proof_converter.h"
|
||||
#include "tactic/generic_model_converter.h"
|
||||
#include "ast/converters/model_converter.h"
|
||||
#include "ast/converters/proof_converter.h"
|
||||
#include "ast/converters/generic_model_converter.h"
|
||||
#include "muz/fp/horn_tactic.h"
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/fp/dl_register_engine.h"
|
||||
|
|
|
@ -28,7 +28,7 @@ Revision History:
|
|||
#include "ast/expr_abstract.h"
|
||||
#include "model/model2expr.h"
|
||||
#include "model/model_smt2_pp.h"
|
||||
#include "tactic/model_converter.h"
|
||||
#include "ast/converters/model_converter.h"
|
||||
|
||||
#include "smt/smt_solver.h"
|
||||
namespace spacer {
|
||||
|
|
|
@ -22,7 +22,7 @@ Revision History:
|
|||
#include "ast/rewriter/rewriter_def.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "ast/rewriter/expr_safe_replace.h"
|
||||
#include "tactic/generic_model_converter.h"
|
||||
#include "ast/converters/generic_model_converter.h"
|
||||
#include "muz/transforms/dl_mk_interp_tail_simplifier.h"
|
||||
#include "muz/base/fp_params.hpp"
|
||||
#include "ast/scoped_proof.h"
|
||||
|
|
|
@ -21,7 +21,7 @@ Author:
|
|||
#include "muz/dataflow/dataflow.h"
|
||||
#include "muz/dataflow/reachability.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "tactic/generic_model_converter.h"
|
||||
#include "ast/converters/generic_model_converter.h"
|
||||
#include "ast/ast_util.h"
|
||||
|
||||
namespace datalog {
|
||||
|
|
|
@ -25,7 +25,7 @@ Revision History:
|
|||
#include "ast/rewriter/rewriter_def.h"
|
||||
#include "muz/transforms/dl_mk_subsumption_checker.h"
|
||||
#include "muz/base/fp_params.hpp"
|
||||
#include "tactic/generic_model_converter.h"
|
||||
#include "ast/converters/generic_model_converter.h"
|
||||
|
||||
|
||||
namespace datalog {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue