mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
wip - features and bug-fixes to proof logging
This commit is contained in:
parent
3bf1b606df
commit
7b3a634b8d
11 changed files with 45 additions and 43 deletions
|
@ -650,7 +650,7 @@ namespace euf {
|
|||
SASSERT(n1->get_decl() == n2->get_decl());
|
||||
m_uses_congruence = true;
|
||||
if (m_used_cc && !comm) {
|
||||
m_used_cc(to_app(n1->get_expr()), to_app(n2->get_expr()));
|
||||
m_used_cc(n1->get_app(), n2->get_app());
|
||||
}
|
||||
if (comm &&
|
||||
n1->get_arg(0)->get_root() == n2->get_arg(1)->get_root() &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue