You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Simplex Method Matlab Implementation
2
2
3
-
This is matlab implementation of simplex method only using basic functions for better understanding of logics.
4
-
Two phase simplex method is used for non-canonical form problems.
3
+
This is matlab implementation of simplex method for better understanding of the algorithm. Two phase simplex method is used for non-canonical form problems.
5
4
6
5
#### There are three modes for choosing pivots - to avoid degeneracy
0 commit comments