mirror of
https://github.com/Z3Prover/z3
synced 2025-11-12 09:02:04 +00:00
address inconsistent states encountered when cancelling, #1197
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19bb55e396
commit
00742566fb
4 changed files with 99 additions and 97 deletions
|
|
@ -257,15 +257,7 @@ namespace smt {
|
|||
return m_params;
|
||||
}
|
||||
|
||||
bool get_cancel_flag() {
|
||||
if (m_manager.limit().inc()) {
|
||||
// get_simplifier().reset();
|
||||
return false;
|
||||
}
|
||||
else {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
bool get_cancel_flag();
|
||||
|
||||
region & get_region() {
|
||||
return m_region;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue