Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.08 KB

Simplex

⚠️ Still work in progress

Simplex algorithm implementation for Linear programming class.

Installing

Clone the project repository with git clone https://github.com/vitorverasm/simplex.git. Then, inside the project folder, install project dependencies by running:

pip3 install -r requirements.txt

Running

Inside project folder run:

python3 -m simplex

References

These were the references used as the basis for the implementation of this project.

Vitor Veras de Moura