mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
move nla stats to nla_core
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
01279582ff
commit
30ce6f20f2
|
@ -143,7 +143,6 @@ class core {
|
||||||
unsigned m_nla_explanations;
|
unsigned m_nla_explanations;
|
||||||
unsigned m_nla_lemmas;
|
unsigned m_nla_lemmas;
|
||||||
unsigned m_nra_calls;
|
unsigned m_nra_calls;
|
||||||
unsigned m_assume_eqs;
|
|
||||||
stats() { reset(); }
|
stats() { reset(); }
|
||||||
void reset() {
|
void reset() {
|
||||||
memset(this, 0, sizeof(*this));
|
memset(this, 0, sizeof(*this));
|
||||||
|
|
Loading…
Reference in a new issue