3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-11 08:32:03 +00:00

be nicer when memout is reached in SMT internalize: return undef rather than crashing

This commit is contained in:
Nuno Lopes 2022-12-29 11:08:57 +00:00
parent 7cc58c9cc3
commit 47324af210
3 changed files with 33 additions and 12 deletions

View file

@ -62,6 +62,8 @@ namespace smt {
class model_generator;
struct cancel_exception {};
class context {
friend class model_generator;
friend class lookahead;