mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
stopwatches: fix a few places that would call start/stop multiple times
This commit is contained in:
parent
85162d90d1
commit
2f33bafd5a
4 changed files with 6 additions and 9 deletions
|
@ -515,7 +515,6 @@ namespace sat {
|
|||
reinit();
|
||||
DEBUG_CODE(verify_slack(););
|
||||
timer timer;
|
||||
timer.start();
|
||||
unsigned step = 0, total_flips = 0, tries = 0;
|
||||
|
||||
for (tries = 1; !m_unsat_stack.empty() && m_limit.inc(); ++tries) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue