mirror of
https://github.com/Z3Prover/z3
synced 2025-07-13 16:06:39 +00:00
parent
94539c0d04
commit
b954e0d64b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue