This project is a webapp made to solve linear programming problem using the simplex method, the backend is made in python using Flask, and the frontend is made using HTML/CSS and Javascript.
To run the project you need to have python installed in your machine, then you can run the following commands:
pip install -r requirements.txtTo run the application you first need the run the backend, to do that you can run the following command:
python app.pyThen you can access the application in your browser at the address http://localhost:8080/ or http://127.0.0.1:8080/
- Add requirements.txt
- Add tests
- Add more information to the README
- Add a better UI
- Add a way to add constraints
- Add a way to delete constraints (like a trash icon)
- Add a way to add constants to the constraints & objective function
- Add a dark mode to the UI