In a distribution company's LP problem, the 'Usage' column is calculated with the SUMPRODUCT function combining costs and quantities, while Solver optimizes the decision variables to minimize transportation costs while considering economies of scale.
When setting up a Linear Programming (LP) problem to minimize transportation costs for a distribution company, we need to consider several economic principles. The task involves determining the optimal way to distribute a product from factories to warehouses based on the production function and cost considerations. The company should aim for economies of scale, where increasing the quantity of output decreases the cost per unit, thereby reducing average costs and increasing profits.
In the LP problem, the decision variables, represented in a yellow table, will indicate the number of products transported from each factory to each warehouse. The green 'Usage' column would be calculated using the SUMPRODUCT function in a spreadsheet, multiplying the shipping costs from the pink table with the amounts from the yellow table, which Solver will optimize. To set up the constraints for Solver, one would include the supply limits for factories and the demand requirements for warehouses, ensuring that the number of products shipped does not exceed the factory capacity and meets the warehouse demands.