A Python-based Simplex Method Solver for linear programming problems. This tool allows users to input an objective function and constraints, and it solves the linear programming problem using the ...
The general overview of the simplex method implemented in the repo is given in the testing.ipynb notebook (note some tests are included in there for curiosity but do not really serve any purpose). The ...