mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
reinit logic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
32762b54a7
commit
eb4def108f
4 changed files with 43 additions and 24 deletions
|
@ -38,6 +38,8 @@ namespace smt {
|
|||
unsigned m_num_propagations;
|
||||
unsigned m_num_predicates;
|
||||
unsigned m_num_compiles;
|
||||
unsigned m_num_compiled_vars;
|
||||
unsigned m_num_compiled_clauses;
|
||||
void reset() { memset(this, 0, sizeof(*this)); }
|
||||
stats() { reset(); }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue