Skip to content

Commit 1e7d0b2

Browse files
committed
Fix format
1 parent 69fa426 commit 1e7d0b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

highs/ipm/ipx/lp_solver.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,11 @@ void LpSolver::InteriorPointSolve() {
381381
info_.rel_dresidual > control_.ipm_feasibility_tol())
382382
info_.status_ipm = IPX_STATUS_imprecise;
383383
}
384-
// Assess the success of analytic centre calculation
384+
385+
// Assess the success of analytic centre calculation
385386
if (info_.centring_tried)
386387
info_.status_ipm = info_.centring_success ? IPX_STATUS_optimal : IPX_STATUS_imprecise;
387-
}
388+
}
388389

389390
void LpSolver::RunIPM() {
390391
IPM ipm(control_);

0 commit comments

Comments
 (0)