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:
parent
f238460597
commit
65bd427e46
5 changed files with 16 additions and 16 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue