3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-01 04:45:52 +00:00

adding comments

This commit is contained in:
nilsbecker 2018-06-06 19:22:01 +02:00
parent f7b50ef796
commit 3c464071f7
3 changed files with 25 additions and 18 deletions

View file

@ -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;