Using Solver to Solve Transportation or Distribution Problems
Monday, October 22nd, 2007Overview
- How can a drug company determine the locations at which they should produce drugs and from which they should ship drugs to customers?
Many companies manufacture products at locations (often called supply points) and ship their products to customers (often called demand points). A natural question is what is the least expensive way to produce and ship products to customers and meet customer demand? This type of problem is called a transportation problem. A transportation problem can be set up as a linear Solver model with the following specifications:
- Target cell Minimize total production and shipping cost.
- Changing cells The amount produced at each supply point that is shipped to each demand point.
- Constraints The amount shipped from each supply point can’t exceed plant capacity. Each demand point must receive its required demand. Also, each changing cell must be nonnegative.
How can a drug company determine the locations at which they should produce drugs and from which they should ship drugs to customers?\