mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
This commit is contained in:
parent
4da4591fe7
commit
89373d5bf9
1 changed files with 4 additions and 2 deletions
|
@ -41,6 +41,8 @@ namespace array {
|
||||||
for (euf::enode* k : euf::enode_class(n))
|
for (euf::enode* k : euf::enode_class(n))
|
||||||
if (a.is_const(k->get_expr()))
|
if (a.is_const(k->get_expr()))
|
||||||
dep.add(n, k->get_arg(0));
|
dep.add(n, k->get_arg(0));
|
||||||
|
if (!dep.deps().contains(n))
|
||||||
|
dep.insert(n, nullptr);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue