mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
eabe91cdef
13 changed files with 242 additions and 176 deletions
|
@ -690,7 +690,7 @@ namespace {
|
|||
qe::term_graph egraph(out.m());
|
||||
for (expr* e : v) egraph.add_lit(to_app(e));
|
||||
tout << "Reduced app:\n"
|
||||
<< mk_pp(egraph.to_app(), out.m()) << "\n";);
|
||||
<< mk_pp(egraph.to_expr(), out.m()) << "\n";);
|
||||
out = mk_and(v);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,7 +23,6 @@ Author:
|
|||
#include "ast/ast_pp.h"
|
||||
#include "tactic/generic_model_converter.h"
|
||||
#include "ast/ast_util.h"
|
||||
#include "tactic/extension_model_converter.h"
|
||||
|
||||
namespace datalog {
|
||||
rule_set * mk_coi_filter::operator()(rule_set const & source) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue