mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
parent
9b66d8600b
commit
a1ead5f47d
|
@ -350,6 +350,8 @@ namespace smt {
|
|||
- gate_ctx is true if the expression is in the context of a logical gate.
|
||||
*/
|
||||
void context::internalize(expr * n, bool gate_ctx) {
|
||||
if (memory::above_high_watermark())
|
||||
throw default_exception("resource limit exceeded during internalization");
|
||||
internalize_deep(n);
|
||||
internalize_rec(n, gate_ctx);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue