3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-10 13:10:50 +00:00

count final checks

This commit is contained in:
Nikolaj Bjorner 2021-03-05 15:01:02 -08:00
parent 022a1fd3dd
commit 5f0ec936e4
2 changed files with 3 additions and 0 deletions

View file

@ -66,6 +66,7 @@ namespace euf {
// friend class sat::ba_solver;
struct stats {
unsigned m_ackerman;
unsigned m_final_checks;
stats() { reset(); }
void reset() { memset(this, 0, sizeof(*this)); }
};