Skip to content

Commit 448ad6d

Browse files
committed
Restored reportSubSolverCallTime() call, dependent on options_.log_dev_level > 0
1 parent 397d898 commit 448ad6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

highs/lp_data/Highs.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,7 @@ HighsStatus Highs::run() {
10261026
status = HighsStatus::kWarning;
10271027
}
10281028
}
1029+
if (this->options_.log_dev_level > 0) this->reportSubSolverCallTime();
10291030
return status;
10301031
}
10311032

0 commit comments

Comments
 (0)