CuongPhan240705/Transportation_Problem_Solver
0
๐ Transportation Problem Solver
This project is a Streamlit web application for solving the Transportation Problem in Operations Research. It supports:
- Input from Excel (
input.xlsx) - North-West Corner method
- Optimization routines
- Exporting results to Excel (
output.xlsx)
๐ How to use
- Upload or edit your supply, demand, and cost matrix.
- Choose a solving method (North-West Corner, Optimization, etc.).
- View results interactively.
- Download the solution as Excel.
๐ ๏ธ Installation (Run Locally)
Clone the repository and install dependencies:
git clone https://huggingface.co/spaces/YOUR_USERNAME/Transportation_Problem_Solver
cd Transportation_Problem_Solver
pip install -r requirements.txt
