mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 12:51:22 +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
1 changed files with 0 additions and 1 deletions
|
@ -3749,7 +3749,6 @@ namespace smt {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (resource_limits_exceeded() && !inconsistent()) {
|
if (resource_limits_exceeded() && !inconsistent()) {
|
||||||
m_last_search_failure = RESOURCE_LIMIT;
|
|
||||||
return l_undef;
|
return l_undef;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue