Question:medium

The penalty of a row in a transportation problem is obtained by

Show Hint

Vogel's Approximation Method (VAM) Penalty rule rule can be easily summarized as: \[ \text{Penalty} = \text{Second Minimum Element} - \text{First Minimum Element} \] This calculated value measures the financial risk of missing out on the absolute cheapest route.
Updated On: Jul 9, 2026
  • Deducting smallest element in the row from all other elements of the row
  • Deducting smallest element in the row from the next highest element of the row
  • Adding smallest element in the row to all other elements of the row
  • None of the options are correct
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0