3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 10:50:24 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-09-06 09:42:25 +03:00
parent f645f8d685
commit a92c82d895
2 changed files with 6 additions and 0 deletions

View file

@ -97,6 +97,7 @@ namespace smt {
unsigned m_num_conflicts;
unsigned m_num_propagations;
unsigned m_num_predicates;
unsigned m_num_resolves;
void reset() { memset(this, 0, sizeof(*this)); }
stats() { reset(); }
};