mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
rename module
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a086f6218b
commit
fc741cf018
6 changed files with 13 additions and 14 deletions
|
@ -86,7 +86,7 @@ namespace array {
|
|||
for (auto* arg : euf::enode_args(n))
|
||||
ensure_var(arg);
|
||||
internalize_eh(n);
|
||||
if (ctx.is_relevant(n) || !ctx.relevancy().enabled())
|
||||
if (ctx.is_relevant(n))
|
||||
relevant_eh(n);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue