Микроправочки x2
This commit is contained in:
parent
45c772c75c
commit
3c9e83ef0e
@ -55,7 +55,7 @@ class Simplex:
|
|||||||
def iteration(self) -> bool:
|
def iteration(self) -> bool:
|
||||||
main_column = self.max_delta_column()
|
main_column = self.max_delta_column()
|
||||||
|
|
||||||
if abs(main_column.delta) <= 0.00000000001:
|
if main_column.delta <= 0.00000000001:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
main_column_values = main_column.inner.copy()
|
main_column_values = main_column.inner.copy()
|
||||||
|
Loading…
Reference in New Issue
Block a user