3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-09 15:22:31 -07:00
parent 6b7c0ce334
commit 26c34c9193
3 changed files with 13 additions and 8 deletions

View file

@ -39,6 +39,7 @@ public:
}
}
bool canceled() const { return m_canceled; }
void reset() { m_canceled = false; }
};
#endif