Transportation Problem Solver (Initial BFS for now)
Solve initial BFS using NWC, LCM, and VAM
D1
D2
D3
D4
SUPPLY
S1
S2
S3
DEMAND
0 / 0
info
Fill the white cells with transportation costs. Fill the supply column (light gray) with available supply for each source. Fill the demand row (light gray) with demand for each destination. Currently, the problem must be balanced (Total Supply = Total Demand).