The real wordsTheory
The capacitated plant-location problem
Network designChoosing which plants to operate and how much each one ships to each market, so that total cost is minimised, subject to each plant's capacity and each market's demand being met.
Three cost pieces make the objective:
Total cost = SUM (fixed facility cost of each open plant)
+ SUM (production cost x units made at that plant)
+ SUM (transport cost x units shipped plant -> market)
Two constraint families: no plant ships more than its capacity, and every market's demand is fully met.