mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 13:10:50 +00:00
count final checks
This commit is contained in:
parent
022a1fd3dd
commit
5f0ec936e4
2 changed files with 3 additions and 0 deletions
|
@ -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)); }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue