The stepping stone method is used to determine an optimal solution to a transportation problem. It involves tracing closed paths or loops through occupied cells in the transportation table, and calculating improvement indices to test for optimality. The method gets its name from the analogy of crossing a pond by stepping on stones. It involves iteratively improving a feasible solution until all improvement indices are greater than or equal to zero, indicating an optimal solution has been reached.
Related topics: