mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
Reorganize combination of objectives
This commit is contained in:
parent
87a2b99091
commit
dbc791d385
5 changed files with 172 additions and 56 deletions
|
@ -56,7 +56,7 @@ namespace opt {
|
|||
}
|
||||
|
||||
void opt_solver::collect_statistics(statistics & st) const {
|
||||
// Hack to display fu_malik statistics
|
||||
// HACK: display fu_malik statistics
|
||||
if (m_stats.size() > 0) {
|
||||
st.copy(m_stats);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue