3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-02 12:37:52 +00:00

updated include directives

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-08-01 10:51:47 -07:00
parent aefed78f1a
commit 2b82fd5d0c
87 changed files with 209 additions and 216 deletions

View file

@ -32,7 +32,7 @@ Notes:
#include "muz/spacer/spacer_manager.h"
#include "muz/spacer/spacer_prop_solver.h"
#include "fixedpoint_params.hpp"
#include "muz/base/fixedpoint_params.hpp"
namespace datalog {
class rule_set;
@ -174,7 +174,7 @@ class pred_transformer {
};
/// manager of the lemmas in all the frames
#include "spacer_legacy_frames.h"
#include "muz/spacer/spacer_legacy_frames.h"
class frames {
private:
pred_transformer &m_pt;

View file

@ -19,7 +19,7 @@
#include "muz/base/dl_rule_set.h"
#include "smt/tactic/unit_subsumption_tactic.h"
#include "model/model_smt2_pp.h"
#include "dl_mk_rule_inliner.h"
#include "muz/transforms/dl_mk_rule_inliner.h"
#include "ast/ast_smt2_pp.h"
#include "ast/ast_ll_pp.h"
#include "ast/ast_util.h"

View file

@ -22,7 +22,7 @@ Copyright (c) 2017 Arie Gurfinkel
#include "muz/spacer/spacer_manager.h"
#include "muz/spacer/spacer_legacy_mev.h"
#include "muz/spacer/spacer_util.h"
#include "arith_decl_plugin.h"
#include "ast/arith_decl_plugin.h"
#include "ast/rewriter/expr_replacer.h"
#include "model/model_smt2_pp.h"
#include "ast/scoped_proof.h"

View file

@ -15,7 +15,7 @@ Revision History:
--*/
#include"model/model.h"
#include"model_evaluator_params.hpp"
#include "model/model_evaluator_params.hpp"
#include"ast/rewriter/rewriter_types.h"
#include"model/model_evaluator.h"
#include"muz/spacer/spacer_mev_array.h"

View file

@ -35,7 +35,7 @@ Revision History:
#include "muz/spacer/spacer_farkas_learner.h"
#include "muz/spacer/spacer_prop_solver.h"
#include "fixedpoint_params.hpp"
#include "muz/base/fixedpoint_params.hpp"
namespace spacer {