Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 270 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 270 Bytes

Simplex-Method

The Simplex method is an approach to solving linear programming models by hand using slack variables, tableaus, and pivot variables as a means to finding the optimal solution of an optimization problem. The current implementation uses python language.