Skip to content

Commit

Permalink
pdlp fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Apr 5, 2023
1 parent 861c6ae commit 151463d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/pdlp/primal_dual_hybrid_gradient_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ TEST_P(PrimalDualHybridGradientDiagonalQPTest, QpWarmStart) {
// and dual optimal solutions are about the same.
params.set_primal_weight_update_smoothing(0.0);

const PrimalAndDualSolution initial_solution {
const PrimalAndDualSolution initial_solution = {
.primal_solution = Eigen::VectorXd{{0.999, 0.001}},
.dual_solution = Eigen::VectorXd{{-0.999}},
};
Expand Down

0 comments on commit 151463d

Please sign in to comment.