mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
d745d03afd
commit
3d26b501e7
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,8 @@ Revision History:
|
|||
|
||||
expr_ref func_decl_replace::operator()(expr* e) {
|
||||
m_todo.push_back(e);
|
||||
|
||||
m_refs.push_back(e);
|
||||
|
||||
while (!m_todo.empty()) {
|
||||
expr* a = m_todo.back(), *b;
|
||||
if (m_cache.contains(a)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue