/simplex

Simplex implementation for Linear programming class.

Primary LanguagePython

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