3
0
Fork 0
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:
Anh-Dung Phan 2013-11-26 09:20:11 +01:00
parent 87a2b99091
commit dbc791d385
5 changed files with 172 additions and 56 deletions

View file

@ -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);
}