3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-01 21:49:29 +00:00
This commit is contained in:
Nikolaj Bjorner 2025-04-23 15:22:44 -07:00
parent 7641393f8a
commit f6fbeda9d7
3 changed files with 7 additions and 7 deletions

View file

@ -354,7 +354,7 @@ namespace smt {
*/
void context::internalize(expr * n, bool gate_ctx) {
if (memory::above_high_watermark())
throw cancel_exception();
throw oom_exception();
internalize_deep(n);
internalize_rec(n, gate_ctx);
}