mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
make roots uniform for theory lemmas
This commit is contained in:
parent
69b4392210
commit
a90b66134d
7 changed files with 20 additions and 38 deletions
|
@ -124,7 +124,7 @@ namespace array {
|
|||
mk_var(n);
|
||||
for (auto* arg : euf::enode_args(n))
|
||||
ensure_var(arg);
|
||||
if (ctx.is_relevant(n))
|
||||
if (ctx.is_relevant(n) || !ctx.relevancy().enabled())
|
||||
relevant_eh(n);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue