Skip to content

Simplex implementation for Linear programming class.

Notifications You must be signed in to change notification settings

vitorverasm/simplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages