Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3c375e

Browse files
committedOct 29, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f11d9c4 commit e3c375e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎linear_programming/simplex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ def run_simplex(self) -> dict[Any, Any]:
287287
{'P': 132.0, 'x1': 12.000... 'x2': 5.999...}
288288
"""
289289
# Stop simplex algorithm from cycling.
290+
290291
def run_simplex(self) -> Dict[str, Any]:
291292
"""Executes the simplex algorithm until an optimal solution is found.
292293

0 commit comments

Comments
 (0)
Please sign in to comment.