Skip to content

COS780 - Linear Programming - Master Degree - PESC - 2022.1

License

Notifications You must be signed in to change notification settings

vin-rib/COS780-LP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COS780-LP

COS780 - Linear Programming - Master Degree - PESC - 2022.1

Final Project - Simplex Two Steps Solver

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.

Setup

pip install -r requirements.txt

Run

pyhton3 Simplex/main.py

About

COS780 - Linear Programming - Master Degree - PESC - 2022.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages