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:
parent
01279582ff
commit
30ce6f20f2
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue