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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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 an unit from a particular source to destination, Transportation Problem is finding t…
dhirajbag/transportation-problem-solver
About
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 an unit from a particular source to destination, Transportation Problem is finding t…
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published