View the model
Download the model
Given:
A set of customers, each with a demand amount,
a set of suppliers, each with a supply capacity, and
a cost per unit shipped matrix over combinations of suppliers and customers,
Decide how much to ship from each supplier to each customer, so as to
Minimize the total cost of shipping,
subject to,
Each customer receives the amount demanded, and
Each supplier ships no more than its capacity;