Skip to content

Commit ab2406c

Browse files
committed
Merge branch 'hi-pdlp' of https://github.com/ERGO-Code/HiGHS into hi-pdlp
2 parents ed3c91a + afb9760 commit ab2406c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

highs/pdlp/hipdlp/pdhg.cc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,11 @@ void PDLPSolver::solve(std::vector<double>& x, std::vector<double>& y) {
472472
x_current_ = x;
473473
y_current_ = y;
474474
}
475-
476-
Ax_current = Ax_new;
477-
ATy_current = ATy_new;
478475
}
476+
x_current_ = x;
477+
y_current_ = y;
478+
Ax_current = Ax_new;
479+
ATy_current = ATy_new;
479480
}
480481

481482
// --- 7. Handle Max Iterations Reached ---

0 commit comments

Comments
 (0)