3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

move nla stats to nla_core

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-05-15 13:03:18 -07:00
parent 01279582ff
commit 30ce6f20f2

View file

@ -143,7 +143,6 @@ class core {
unsigned m_nla_explanations;
unsigned m_nla_lemmas;
unsigned m_nra_calls;
unsigned m_assume_eqs;
stats() { reset(); }
void reset() {
memset(this, 0, sizeof(*this));