mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 01:05:47 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4722fdfca5
commit
add684d8e9
377 changed files with 204 additions and 62 deletions
|
@ -1,29 +0,0 @@
|
|||
/*++
|
||||
Copyright (c) 2006 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
smt_statistics.cpp
|
||||
|
||||
Abstract:
|
||||
|
||||
<abstract>
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo de Moura (leonardo) 2008-02-21.
|
||||
|
||||
Revision History:
|
||||
|
||||
--*/
|
||||
#include<string.h>
|
||||
#include"smt_statistics.h"
|
||||
|
||||
namespace smt {
|
||||
|
||||
void statistics::reset() {
|
||||
memset(this, 0, sizeof(statistics));
|
||||
}
|
||||
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue