mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
expose grobner statistics
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
f212ba97de
commit
83fa083def
2 changed files with 2 additions and 3 deletions
|
@ -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(); }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue