mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
parent
94539c0d04
commit
b954e0d64b
|
@ -1530,7 +1530,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
void bmc::collect_statistics(statistics& st) const {
|
||||
m_solver->collect_statistics(st);
|
||||
if (m_solver) m_solver->collect_statistics(st);
|
||||
}
|
||||
|
||||
void bmc::reset_statistics() {
|
||||
|
|
Loading…
Reference in a new issue