3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

expose grobner statistics

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-28 17:57:53 -08:00
parent f212ba97de
commit 83fa083def
2 changed files with 2 additions and 3 deletions

View file

@ -37,7 +37,6 @@ 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(); }
};