Transportation Problem Solver is a web application that helps solve transportation problems using several methods including the North-West Corner Method (NWCM), Least Cost Method (LCM), and Vogel's Approximation Method (VAM). It provides both a final solution as well as a step-by-step breakdown of the allocation process, making it an excellent tool for educational purposes and operations research.
- Multiple Solution Methods: Choose between NWCM, LCM, or VAM.
- Dynamic Input: Modify the number of sources and destinations along with supply, demand, and cost.
- Step-by-Step Visualization: View detailed steps for each allocation and penalty calculation (in VAM).
- Balanced Problem Handling: Automatically balances the problem if total supply and demand differ.
- Responsive Design: Styled using Tailwind CSS for a modern, responsive UI.
This repository is licensed under the GNU Affero General Public License v3.0.