mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 04:28:17 +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 */;
|
default: /* ignore */;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!ctx.relevancy())
|
||||||
|
relevant_eh(term);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue