mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
add method for resetting limit
This commit is contained in:
parent
6eae3f0863
commit
6a9d5910cb
|
@ -50,6 +50,7 @@ public:
|
|||
bool inc();
|
||||
bool inc(unsigned offset);
|
||||
uint64_t count() const;
|
||||
void reset_count() { m_count = 0; }
|
||||
|
||||
bool suspended() const { return m_suspend; }
|
||||
inline bool not_canceled() const { return (m_cancel == 0 && m_count <= m_limit) || m_suspend; }
|
||||
|
|
Loading…
Reference in a new issue