Create initial basic feasible solution for transportation problems -Minimum Cost Method - MATLAB Cody - MATLAB Central

Problem 47623. Create initial basic feasible solution for transportation problems -Minimum Cost Method

Difficulty:Rate
Previous Problem : Problem 47618
Consider following transportation problem:
You should return the assignment matrix where the total cost is minimum. In this case assignment matrix should be:
assignmentMatrix = [
0 0 0 40
10 10 30 0
0 10 0 0];
And total cost should be 410.

Solution Stats

28.65% Correct | 71.35% Incorrect
Last Solution submitted on Mar 01, 2025

Problem Comments

Solution Comments

Show comments

Group

Randomness Image
Randomness
  • 11 Problems
  • 19 Finishers

Problem Recent Solvers26

Community Treasure Hunt

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

Start Hunting!
Go to top of page