This repository contains a Linear Programming project implemented using PuLP as the modeling library in Python. The project also utilizes Django as the backend framework and is hosted on Vercel.
It leverages the PuLP library in Python
to create mathematical models and solve linear programming problems efficiently. The project is built with a Django backend, which provides a robust and flexible web application framework. The application allows users to define their optimization problems, input the necessary constraints and objectives, and obtain optimal solutions.
To run the Linear Programming Project locally, follow these steps:
- Clone the repository:
git clone https://github.com/thangbuiq/LinearProgramming-Django-Pulp.git
- Navigate to the project directory:
cd LinearProgramming-Django-Pulp
- Install the required dependencies:
pip install -r requirements.txt
- Start the development server:
make run
- Open your web browser and visit http://localhost:8000 to access the application.
Members | Name | Jobs | Nickname |
---|---|---|---|
Leader | Bui Quang Thang | Develop backend solution | kontrimnon |
Member | Nguyen Thuy Vy | Develop input algorithm | bonuongsate |