Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 592 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 592 Bytes

transportation-problem-solver

Transportation Problem is famous problem involving Operational Research. This repo contains a C program implementing "Transportation Problem Solver". Given a set of sources and destinations with capacity and demands respectively and the cost of transportation of a unit from a particular source to destination, Transportation Problem is finding the minimum cost of such transport such that all the demands are met. The command line program guides to through the steps , takes input as necessary and outputs the optimal solution to the transportation problem.