Given a set of warehouses with limited capacities and a set of distribution centers with specific demands, determine the optimal allocation of supplies to minimize the total distance traveled. The input consists of three matrices: warehouse capacities, distribution center demands, and the distance matrix between warehouses and distribution centers.
Analyze constraints and compute optimal solutions step-by-step.
No dry run loaded.
🚀 Practice this problem
Run code, get AI hints & track streak