mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
61d9960420
commit
d945227904
2 changed files with 3 additions and 1 deletions
|
@ -360,6 +360,7 @@ namespace smt {
|
|||
if (m_clause2app_pair.find(cls, p)) {
|
||||
SASSERT(p.first && p.second);
|
||||
m_instantiated.erase(p);
|
||||
m_clause2app_pair.erase(cls);
|
||||
SASSERT(!m_app_pair2num_occs.contains(p.first, p.second));
|
||||
return;
|
||||
}
|
||||
|
@ -367,6 +368,7 @@ namespace smt {
|
|||
if (m_triple.m_clause2apps.find(cls, tr)) {
|
||||
SASSERT(tr.first && tr.second && tr.third);
|
||||
m_triple.m_instantiated.erase(tr);
|
||||
m_triple.m_clause2apps.erase(cls);
|
||||
SASSERT(!m_triple.m_app2num_occs.contains(tr.first, tr.second, tr.third));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue