mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
48beb814f5
commit
f42d4a58e3
1 changed files with 2 additions and 0 deletions
|
@ -295,6 +295,8 @@ bool lackr::collect_terms() {
|
|||
}
|
||||
if (m_autil.is_as_array(curr, f))
|
||||
m_non_funs.mark(f, true);
|
||||
if (m_autil.is_map(curr))
|
||||
m_non_funs.mark(m_autil.get_map_func_decl(curr), true);
|
||||
break;
|
||||
}
|
||||
case AST_QUANTIFIER:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue