mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 04:45:52 +00:00
adding comments
This commit is contained in:
parent
f7b50ef796
commit
3c464071f7
3 changed files with 25 additions and 18 deletions
|
@ -2399,7 +2399,7 @@ namespace smt {
|
|||
SASSERT(m_n2 != 0);
|
||||
if (m_n1->get_root() != m_n2->get_root())
|
||||
goto backtrack;
|
||||
|
||||
|
||||
m_used_enodes.push_back(std::make_tuple(m_n1, m_n2));
|
||||
|
||||
m_pc = m_pc->m_next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue