You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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…