mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
move more converters
This commit is contained in:
parent
06eb460c75
commit
25bb935793
9 changed files with 9 additions and 9 deletions
|
@ -24,7 +24,7 @@ Revision History:
|
|||
#include "util/obj_hashtable.h"
|
||||
#include "util/uint_set.h"
|
||||
#include "tactic/horn_subsume_model_converter.h"
|
||||
#include "tactic/replace_proof_converter.h"
|
||||
#include "ast/converters/replace_proof_converter.h"
|
||||
#include "ast/substitution/substitution.h"
|
||||
#include "ast/rewriter/ast_counter.h"
|
||||
#include "util/statistics.h"
|
||||
|
|
|
@ -22,9 +22,9 @@ Revision History:
|
|||
#include "muz/base/dl_rule_set.h"
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
#include "muz/transforms/dl_mk_interp_tail_simplifier.h"
|
||||
#include "tactic/equiv_proof_converter.h"
|
||||
#include "ast/array_decl_plugin.h"
|
||||
#include "ast/rewriter/expr_safe_replace.h"
|
||||
#include "ast/converters/equiv_proof_converter.h"
|
||||
|
||||
namespace datalog {
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ Revision History:
|
|||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/dl_rule_set.h"
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
#include "tactic/equiv_proof_converter.h"
|
||||
#include "ast/converters/equiv_proof_converter.h"
|
||||
|
||||
namespace datalog {
|
||||
class mk_elim_term_ite : public rule_transformer::plugin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue