mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 18:38:39 +00:00
Merge branch 'master' of https://github.com/imengus/Python
This commit is contained in:
commit
d8ebfc8bf3
@ -35,6 +35,7 @@ class Tableau:
|
|||||||
...
|
...
|
||||||
ValueError: number of (artificial) variables must be a natural number
|
ValueError: number of (artificial) variables must be a natural number
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Max iteration number to prevent cycling
|
# Max iteration number to prevent cycling
|
||||||
maxiter = 100
|
maxiter = 100
|
||||||
def __init__(
|
def __init__(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user