Skip to content

Commit 47fd199

Browse files
committed
Restored settings.qp_model_status_log.fire(qp_model_status);
1 parent 4a7a9b2 commit 47fd199

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/qpsolver/a_quass.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ QpAsmStatus quass2highs(Instance& instance,
1212
HighsModelStatus& highs_model_status,
1313
HighsBasis& highs_basis,
1414
HighsSolution& highs_solution) {
15-
// #qp-hot-start temporary suppression
16-
//
17-
// settings.qp_model_status_log.fire(qp_model_status);
15+
settings.qp_model_status_log.fire(qp_model_status);
1816
QpAsmStatus qp_asm_return_status = QpAsmStatus::kError;
1917
switch (qp_model_status) {
2018
case QpModelStatus::kOptimal:

0 commit comments

Comments
 (0)