We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fa426 commit 1e7d0b2Copy full SHA for 1e7d0b2
highs/ipm/ipx/lp_solver.cc
@@ -381,10 +381,11 @@ void LpSolver::InteriorPointSolve() {
381
info_.rel_dresidual > control_.ipm_feasibility_tol())
382
info_.status_ipm = IPX_STATUS_imprecise;
383
}
384
- // Assess the success of analytic centre calculation
+
385
+ // Assess the success of analytic centre calculation
386
if (info_.centring_tried)
387
info_.status_ipm = info_.centring_success ? IPX_STATUS_optimal : IPX_STATUS_imprecise;
- }
388
+}
389
390
void LpSolver::RunIPM() {
391
IPM ipm(control_);
0 commit comments