mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
removing more dependencies
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ce3ab6b170
commit
2955b0c2ef
15 changed files with 38 additions and 265 deletions
|
@ -44,6 +44,7 @@ Revision History:
|
|||
#include "tactic/filter_model_converter.h"
|
||||
#include "ast/scoped_proof.h"
|
||||
#include "ast/datatype_decl_plugin.h"
|
||||
#include "ast/ast_util.h"
|
||||
|
||||
namespace datalog {
|
||||
|
||||
|
@ -757,7 +758,7 @@ namespace datalog {
|
|||
);
|
||||
|
||||
proof_ref pr(m);
|
||||
qe::expr_quant_elim_star1 simpl(m, m_ctx.get_fparams());
|
||||
qe::simplify_rewriter_star simpl(m);
|
||||
simpl(quant_tail, fixed_tail, pr);
|
||||
}
|
||||
else {
|
||||
|
|
|
@ -25,6 +25,7 @@ Revision History:
|
|||
#include "ast/ast_pp.h"
|
||||
#include "ast/expr_functors.h"
|
||||
#include "ast/expr_substitution.h"
|
||||
#include "ast/ast_util.h"
|
||||
|
||||
#include "ast/rewriter/expr_replacer.h"
|
||||
#include "ast/rewriter/expr_safe_replace.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue