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

update stats in check_pdd_eq()

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-28 16:08:34 -08:00
parent 407c8a60db
commit 9ae9877353
3 changed files with 3 additions and 0 deletions

View file

@ -37,6 +37,7 @@ public:
unsigned m_max_expr_degree;
unsigned m_superposed;
unsigned m_compute_steps;
unsigned m_conflicts;
void reset() { memset(this, 0, sizeof(*this)); }
stats() { reset(); }
};