mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
fix build, refactor
This commit is contained in:
parent
3ae4c6e9de
commit
937b61fc88
53 changed files with 145 additions and 127 deletions
|
@ -511,7 +511,7 @@ namespace dt {
|
|||
};
|
||||
for (enode* arg : euf::enode_args(parentc)) {
|
||||
add(arg);
|
||||
sort* s = m.get_sort(arg->get_expr());
|
||||
sort* s = arg->get_expr()->get_sort();
|
||||
if (m_autil.is_array(s) && dt.is_datatype(get_array_range(s)))
|
||||
for (enode* aarg : get_array_args(arg))
|
||||
add(aarg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue