mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
preparing a call to pdd_grobner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
5e19a52772
commit
dd9935de7d
8 changed files with 185 additions and 205 deletions
|
@ -111,7 +111,6 @@ struct statistics {
|
|||
unsigned m_horner_conflicts;
|
||||
unsigned m_cross_nested_forms;
|
||||
unsigned m_grobner_calls;
|
||||
unsigned m_grobner_basis_computatins;
|
||||
unsigned m_grobner_conflicts;
|
||||
statistics() { reset(); }
|
||||
void reset() { memset(this, 0, sizeof(*this)); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue