diff --git a/ortools/glop/lu_factorization.h b/ortools/glop/lu_factorization.h index 3486dfa4f4..3c310b9a41 100644 --- a/ortools/glop/lu_factorization.h +++ b/ortools/glop/lu_factorization.h @@ -120,8 +120,8 @@ class LuFactorization { void RightSolveLForScatteredColumn(const ScatteredColumn& b, ScatteredColumn* x) const; - // Specialized version of RightSolveLWithNonZeros() where x is originally equal - // to 'a' permuted by row_perm_. Note that 'a' is only used for DCHECK. + // Specialized version of RightSolveLWithNonZeros() where x is originally + // equal to 'a' permuted by row_perm_. Note that 'a' is only used for DCHECK. void RightSolveLWithPermutedInput(const DenseColumn& a, ScatteredColumn* x) const;