About This Method

The Transportation Problem finds the optimal way to distribute goods from sources to destinations while minimizing transportation cost. Solve using North-West Corner, Least Cost, or Vogel's Approximation methods, then optimize with MODI (Modified Distribution Method).

💡 Tip: Supports decimal costs. Use - for prohibited routes (treated as very high cost).

Problem Configuration

Cost Matrix

Initial Solution Method