mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
Make terms that are internalized on the fly relevant
This commit is contained in:
parent
8e69f76784
commit
00e8ea7962
|
@ -284,6 +284,9 @@ namespace smt {
|
|||
}
|
||||
default: /* ignore */;
|
||||
}
|
||||
|
||||
if (!ctx.relevancy())
|
||||
relevant_eh(term);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue