3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 04:26:00 +00:00

moving to resource managed cancellation

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-12-11 16:56:23 -08:00
parent 96d1066c6a
commit 1aea9722cb
7 changed files with 13 additions and 12 deletions

View file

@ -208,7 +208,7 @@ namespace datalog {
get_invariants(*src_loop);
if (!m.limit().inc()) {
if (m.canceled()) {
return 0;
}