mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
expose grobner statistics
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
83fa083def
commit
279bcb733d
|
@ -799,7 +799,6 @@ namespace dd {
|
||||||
st.update("superposed", m_stats.m_superposed);
|
st.update("superposed", m_stats.m_superposed);
|
||||||
st.update("degree", m_stats.m_max_expr_degree);
|
st.update("degree", m_stats.m_max_expr_degree);
|
||||||
st.update("size", m_stats.m_max_expr_size);
|
st.update("size", m_stats.m_max_expr_size);
|
||||||
st.update("conflicts", m_stats.m_conflicts);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::ostream& grobner::display(std::ostream & out, const equation & eq) const {
|
std::ostream& grobner::display(std::ostream & out, const equation & eq) const {
|
||||||
|
|
Loading…
Reference in a new issue