3
0
Fork 0
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:
Christoph M. Wintersteiger 2021-09-14 15:46:58 +00:00
parent 8e69f76784
commit 00e8ea7962
No known key found for this signature in database
GPG key ID: BCF6360F86294467

View file

@ -284,6 +284,9 @@ namespace smt {
}
default: /* ignore */;
}
if (!ctx.relevancy())
relevant_eh(term);
}
return true;