mirror of
https://github.com/Z3Prover/z3
synced 2026-03-02 03:36:53 +00:00
port updates to egraph from poly
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
24ffef8ac5
commit
a5a819c291
11 changed files with 91 additions and 54 deletions
|
|
@ -135,7 +135,7 @@ namespace euf {
|
|||
enode* prev = this;
|
||||
justification js = m_justification;
|
||||
prev->m_target = nullptr;
|
||||
prev->m_justification = justification::axiom();
|
||||
prev->m_justification = justification::axiom(null_theory_id);
|
||||
while (curr != nullptr) {
|
||||
enode* new_curr = curr->m_target;
|
||||
justification new_js = curr->m_justification;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue