mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 09:15:47 +00:00
fix #6340 - again
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c30b884247
commit
fd5448d26b
4 changed files with 16 additions and 8 deletions
|
@ -498,6 +498,8 @@ namespace smt {
|
|||
return p->get_arg(0)->get_root() == n->get_root();
|
||||
if (is_map(p))
|
||||
return true;
|
||||
if (is_store(p))
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue