From a73ec6eddd0fdc01932fc175d9d4638f62cf49e0 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 23 Aug 2021 16:04:39 +0200 Subject: [PATCH] Fix glop comment --- ortools/glop/lu_factorization.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;