Skip to content

Commit 75d0a9c

Browse files
committed
chore(haskell): formatting
1 parent bf7f370 commit 75d0a9c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/Linear/Simplex/Solver/TwoPhase.hs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -827,13 +827,13 @@ simplexPivot objective@(PivotObjective {variable = objectiveVar, function = obje
827827
dictEntertingRow
828828
& #varMapSum
829829
%~ ( \basicEquation ->
830-
-- uncurry
831-
M.insert
832-
leavingVariable
833-
(-1)
834-
(filterOutEnteringVarTerm basicEquation)
835-
& traverse
836-
%~ divideByNegatedEnteringVariableCoeff
830+
-- uncurry
831+
M.insert
832+
leavingVariable
833+
(-1)
834+
(filterOutEnteringVarTerm basicEquation)
835+
& traverse
836+
%~ divideByNegatedEnteringVariableCoeff
837837
)
838838
& #constant
839839
%~ divideByNegatedEnteringVariableCoeff

0 commit comments

Comments
 (0)