Skip to content

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…

Notifications You must be signed in to change notification settings

dhirajbag/transportation-problem-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

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

No packages published

Languages