3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

disable macro finder tactic if there are recursive functions fix #5574

This commit is contained in:
Nikolaj Bjorner 2021-09-29 09:33:46 -07:00
parent 137e5c5263
commit 62fd22f555
3 changed files with 7 additions and 2 deletions

View file

@ -2070,7 +2070,6 @@ namespace q {
enode * n = m_registers[j2->m_reg]->get_root();
if (n->num_parents() == 0)
return nullptr;
unsigned num_args = n->num_args();
enode_vector * v = mk_enode_vector();
for (enode* p : euf::enode_parents(n)) {
if (p->get_decl() == j2->m_decl &&