3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 08:15:47 +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

@ -510,8 +510,8 @@ namespace sat {
}
void asymm_branch::collect_statistics(statistics & st) const {
st.update("elim literals", m_elim_literals);
st.update("tr", m_tr);
st.update("sat elim literals", m_elim_literals);
st.update("sat tr", m_tr);
}
void asymm_branch::reset_statistics() {