mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
restrict idiv-bound checks to bounded terms
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
752ac09fee
commit
7aa8b4ac2a
7 changed files with 54 additions and 47 deletions
|
@ -60,7 +60,7 @@ public:
|
|||
}
|
||||
|
||||
void stop() {
|
||||
SASSERT(m_running);
|
||||
// SASSERT(m_running);
|
||||
DEBUG_CODE(m_running = false;);
|
||||
m_elapsed += get() - m_start;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue