mirror of
https://github.com/Z3Prover/z3
synced 2025-09-01 15:50:40 +00:00
fixes to term-graph, add proof-checker routines for PR_BIND, remove orphaned file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
91ef84b8c9
commit
7844476a7d
7 changed files with 153 additions and 79 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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue