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.
2 parents 211dd33 + 8f2df6d commit 049575bCopy full SHA for 049575b
highs/pdlp/hipdlp/pdhg.cc
@@ -452,9 +452,9 @@ void PDLPSolver::solve(std::vector<double>& x, std::vector<double>& y) {
452
}
453
454
// Perform the primal weight update using z^{n,0} and z^{n-1,0}
455
- // PDHG_Compute_Step_Size_Ratio(working_params,
456
- // restart_x, restart_y,
457
- // x_at_last_restart_, y_at_last_restart_);
+ PDHG_Compute_Step_Size_Ratio(working_params,
+ restart_x, restart_y,
+ x_at_last_restart_, y_at_last_restart_);
458
459
x_at_last_restart_ = restart_x; // Current becomes the new last
460
y_at_last_restart_ = restart_y;
0 commit comments