Задача 2.
Транспортная компания организует перевозку картофеля со складов в то...
May 15, 2024
Solution by Steps
step 1
Define the variables and parameters for the transportation problem. Let xij be the amount of potatoes transported from warehouse i to store j. The supply at warehouses I, II, and III are 40, 150, and 100 tons respectively. The demand at stores 1, 2, 3, 4, and 5 are 20, 80, 90, 60, and 40 tons respectively
step 2
Set up the cost matrix for transportation. The cost of transporting one ton of potatoes from warehouse i to store j is given as follows:
IIIIIIamp;1amp;7amp;6amp;3amp;2amp;3amp;2amp;5amp;3amp;5amp;3amp;2amp;4amp;4amp;1amp;6amp;5amp;2amp;7amp;4
step 3
Formulate the objective function to minimize the total transportation cost. The objective function is:
Minimize Z=7x11+3x12+5x13+4x14+2x15+6x21+2x22+3x23+1x24+7x25+3x31+5x32+2x33+6x34+4x35
step 4
Set up the constraints for supply and demand. The supply constraints are:
x11+x12+x13+x14+x15x21+x22+x23+x24+x25x31+x32+x33+x34+x35amp;≤40amp;≤150amp;≤100
The demand constraints are:
x11+x21+x31x12+x22+x32x13+x23+x33x14+x24+x34x15+x25+x35amp;≥20amp;≥80amp;≥90amp;≥60amp;≥40
step 5
Solve the linear programming problem using the simplex method or any other suitable optimization technique to find the values of xij that minimize the total cost Z
Answer
The optimal transportation plan and the minimum transportation cost can be determined by solving the linear programming problem formulated above.
Key Concept
Linear programming is used to find the optimal solution for minimizing transportation costs in a supply chain.
Explanation
By setting up the cost matrix, objective function, and constraints, we can use optimization techniques to determine the most cost-effective way to transport goods from warehouses to stores.