Skip to content

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

Notifications You must be signed in to change notification settings

archibald-carrion/Linear-programming-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linear-programming-solver

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.

Running the project

To run the project you need to have python installed in your machine, then you can run the following commands:

pip install -r requirements.txt

To run the application you first need the run the backend, to do that you can run the following command:

python app.py

Then you can access the application in your browser at the address http://localhost:8080/ or http://127.0.0.1:8080/

TODO

  • 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

Screenshots

image

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published