mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +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
|
@ -267,7 +267,7 @@ namespace sat {
|
|||
}
|
||||
|
||||
void probing::collect_statistics(statistics & st) const {
|
||||
st.update("probing assigned", m_num_assigned);
|
||||
st.update("sat probing assigned", m_num_assigned);
|
||||
}
|
||||
|
||||
void probing::reset_statistics() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue