mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fixes to mostly solver arith/euf and backtracking scopes
This commit is contained in:
parent
1ee2ba2a9b
commit
8d76470a8a
25 changed files with 189 additions and 93 deletions
|
@ -116,7 +116,7 @@ scoped_timer::~scoped_timer() {
|
|||
dealloc(m_imp);
|
||||
}
|
||||
|
||||
void finalize_scoped_timer() {
|
||||
void scoped_timer::finalize() {
|
||||
unsigned deleted = 0;
|
||||
|
||||
while (deleted < num_workers) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue