mirror of
https://github.com/Z3Prover/z3
synced 2026-04-26 13:53:33 +00:00
fix proof generation for euf-solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e64bab4bb8
commit
48deb4d3e0
6 changed files with 108 additions and 49 deletions
|
|
@ -125,7 +125,7 @@ namespace q {
|
|||
if (a->get_root() == b->get_root())
|
||||
ctx.get_egraph().explain_eq<size_t>(m_explain, cc, a, b);
|
||||
else
|
||||
ctx.add_diseq_antecedent(m_explain, cc, a, b);
|
||||
ctx.explain_diseq(m_explain, cc, a, b);
|
||||
}
|
||||
ctx.get_egraph().end_explain();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue