Skip to content

Commit d8ebfc8

Browse files
committed
Merge branch 'master' of https://github.com/imengus/Python
2 parents da21cb4 + ffce18c commit d8ebfc8

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
@@ -35,6 +35,7 @@ class Tableau:
3535
...
3636
ValueError: number of (artificial) variables must be a natural number
3737
"""
38+
3839
# Max iteration number to prevent cycling
3940
maxiter = 100
4041
def __init__(

0 commit comments

Comments
 (0)