COS780 - Linear Programming - Master Degree - PESC - 2022.1
This is an open project simplex solver. This project uses python to calculate the optimum of a set of linear constraints that form a convex polytope. All code uses Simplex in matrix form and the two-phase algorithm.
To use this code, just follow the main code, where we add an instance with its certain restrictions and cost vector.
pip install -r requirements.txt
pyhton3 Simplex/main.py