Problem 47618. Create initial basic feasible solution for transportation problems - North-West Corner Method

Select the north-west corner of the matrix and assign as many units as possible (min(50,20))
In this case total transportation cost is = 20*5 + 30*1 + 5*2 + 35*4 + 5*1 + 85*6 = 795
You can watch this video for further information Transportation problems
You should return assignment matrix and total cost

Solution Stats

69.35% Correct | 30.65% Incorrect
Last Solution submitted on Mar 28, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers36

Suggested Problems

More from this Author92

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!