Program that solve linear programming problems by simplex method, using the method from this website.
Python 3.10 or above
- numpy
- polars
- tabulate
- pytest
To install all these library
-
Open Powershell/Cmd
-
Type each row
pip install -r requirement.txt
To install pip if there are errors:
- Open Powershell/CMD
- Type this row
py -m ensurepip --upgrade- Click on the "Code" green button
- Download as Zip
- Install requirement library
-
python -m src.main.main