mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 19:17:53 +00:00
parent
fce4d2ad90
commit
f4bea58852
4 changed files with 18 additions and 1 deletions
|
@ -252,6 +252,8 @@ namespace array {
|
|||
return p->get_arg(0)->get_root() == n->get_root();
|
||||
if (a.is_map(p->get_expr()))
|
||||
return true;
|
||||
if (a.is_store(p->get_expr()))
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue