mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
updated include directives
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aefed78f1a
commit
2b82fd5d0c
87 changed files with 209 additions and 216 deletions
|
@ -19,7 +19,7 @@
|
|||
#include "ast/rewriter/rewriter.h"
|
||||
#include "ast/rewriter/rewriter_def.h"
|
||||
#include "ast/rewriter/bv_bounds.h"
|
||||
#include"rewriter_params.hpp"
|
||||
#include "ast/rewriter/rewriter_params.hpp"
|
||||
#include "ast/rewriter/bool_rewriter.h"
|
||||
#include "util/cooperate.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ Notes:
|
|||
#include "util/cooperate.h"
|
||||
#include "util/luby.h"
|
||||
|
||||
#include"sls_params.hpp"
|
||||
#include "tactic/sls/sls_params.hpp"
|
||||
#include "tactic/sls/sls_engine.h"
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ Notes:
|
|||
#include "tactic/core/nnf_tactic.h"
|
||||
#include "util/stopwatch.h"
|
||||
#include "tactic/sls/sls_tactic.h"
|
||||
#include"sls_params.hpp"
|
||||
#include "tactic/sls/sls_params.hpp"
|
||||
#include "tactic/sls/sls_engine.h"
|
||||
|
||||
class sls_tactic : public tactic {
|
||||
|
|
|
@ -26,7 +26,7 @@ Notes:
|
|||
#include "ast/bv_decl_plugin.h"
|
||||
#include "model/model.h"
|
||||
|
||||
#include"sls_params.hpp"
|
||||
#include "tactic/sls/sls_params.hpp"
|
||||
#include "tactic/sls/sls_powers.h"
|
||||
|
||||
class sls_tracker {
|
||||
|
|
|
@ -27,12 +27,12 @@ Notes:
|
|||
#include "tactic/bv/bv_size_reduction_tactic.h"
|
||||
#include "tactic/core/reduce_args_tactic.h"
|
||||
#include "tactic/smtlogics/qfbv_tactic.h"
|
||||
#include"qfufbv_tactic_params.hpp"
|
||||
#include "tactic/smtlogics/qfufbv_tactic_params.hpp"
|
||||
///////////////
|
||||
#include "model/model_smt2_pp.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "ackermannization/lackr.h"
|
||||
#include"ackermannization_params.hpp"
|
||||
#include "ackermannization/ackermannization_params.hpp"
|
||||
#include "tactic/smtlogics/qfufbv_ackr_model_converter.h"
|
||||
///////////////
|
||||
#include "sat/sat_solver/inc_sat_solver.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue