mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 03:07:07 +00:00
don't overwrite last search failure, #2198
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
489577feba
commit
604c9d38dc
|
@ -3749,7 +3749,6 @@ namespace smt {
|
|||
}
|
||||
|
||||
if (resource_limits_exceeded() && !inconsistent()) {
|
||||
m_last_search_failure = RESOURCE_LIMIT;
|
||||
return l_undef;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue