mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 20:50:50 +00:00
adding threads to smt core
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d4a24aff1e
commit
5f2720562b
11 changed files with 68 additions and 22 deletions
|
@ -377,6 +377,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
void context::collect_statistics(::statistics & st) const {
|
||||
st.copy(m_aux_stats);
|
||||
st.update("conflicts", m_stats.m_num_conflicts);
|
||||
st.update("decisions", m_stats.m_num_decisions);
|
||||
st.update("propagations", m_stats.m_num_propagations + m_stats.m_num_bin_propagations);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue