The document discusses three methods for allocating goods in transportation problems: the North-West Corner method, Least-Cost method, and Vogel's Approximation Method. It also discusses the Assignment Method for solving assignment problems. The North-West Corner method allocates goods starting from the upper-left corner based on row and column totals. The Least-Cost method allocates goods to the lowest cost cell without exceeding supply/demand. Vogel's Approximation Method considers cost differences and allocates to the highest difference cell. The Assignment Method solves assignment problems by subtracting costs and covering entries to find the optimal assignment.