3
0
Fork 0
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:
Nikolaj Bjorner 2022-01-03 14:23:22 -08:00
parent a086f6218b
commit fc741cf018
6 changed files with 13 additions and 14 deletions

View file

@ -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;
}