mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
parent
5cbcd9a88a
commit
cd434d8bd5
3 changed files with 5 additions and 2 deletions
|
@ -1329,6 +1329,7 @@ namespace qe {
|
|||
}
|
||||
|
||||
void collect_statistics(statistics & st) const override {
|
||||
std::cout << "collect stats\n";
|
||||
st.copy(m_st);
|
||||
m_fa.s().collect_statistics(st);
|
||||
m_ex.s().collect_statistics(st);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue