mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 01:27:41 +00:00
moving to resource managed cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
96d1066c6a
commit
1aea9722cb
7 changed files with 13 additions and 12 deletions
|
@ -173,7 +173,7 @@ public:
|
|||
}
|
||||
|
||||
bool checkpoint() {
|
||||
return m.limit().inc();
|
||||
return !m.canceled();
|
||||
}
|
||||
|
||||
void set_name(symbol const& n) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue