3
0
Fork 0
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:
Nikolaj Bjorner 2017-08-13 13:40:30 -07:00
parent 19bb55e396
commit 00742566fb
4 changed files with 99 additions and 97 deletions

View file

@ -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;