3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 00:18:45 +00:00

neatify statistics

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-01-14 16:48:48 -08:00
parent f238460597
commit 65bd427e46
5 changed files with 16 additions and 16 deletions

View file

@ -251,8 +251,8 @@ namespace sat {
}
void scc::collect_statistics(statistics & st) const {
st.update("elim bool vars scc", m_num_elim);
st.update("elim binary", m_num_elim_bin);
st.update("sat scc elim vars", m_num_elim);
st.update("sat scc elim binary", m_num_elim_bin);
}
void scc::reset_statistics() {