The document describes the MODI (minimization of distribution cost) method for solving transportation problems. It involves finding an initial basic feasible solution, such as with the Northwest Corner method, and then optimizing it using the U-V method. An example problem is provided and solved step-by-step using the U-V method. The method finds penalty values for unallocated cells, identifies positive penalties to create new basic cells, and performs matrix iterations by adding/subtracting values along closed loops until an optimal solution is reached with all negative or zero penalties.