Advertisements
Advertisements
प्रश्न
Write mathematical form of transportation problem
उत्तर
Let there be m origins and n destinations.
Let the amount of supply at th i th origin is ai.
Let the demand at j th destination is bj.
The cost of transporting one unit of an item from origin i to destination j is Cij and is known for all combination (i,j).
Quantity transported from origin i to destination j be xij.
The objective is to determine the quantity xij to be transported overall routes (i,j) so as to minimize the total transportation cost.
The supply limits at the origins and the demand requirements at the destinations must be satisfied.
The above transportation problem can be written in the following tabular form:
Destinations | |||||||
1 | 2 | 3 | … | n | Supply | ||
1 | `""^((x_11))"C"_11` | `""^((x_12))"C"_12` | `""^((x_13))"C"_13` | … | `""^((x_(1n)))("C"_(1n))` | a1 | |
2 | `""^((x_21))"C"_21` | `""^((x_22))"C"_22` | `""^((x_23))"C"_23` | … | `""^((x_(2n)))("C"_(2n))` | a2 | |
Origins | : | : | : | : | : | : | |
m | `""^((x_(m1)))"C"_("m"1)` | `""^((x_(m2)))"C"_("m"2)` | `""^((x_(m3)))"C"_("m"3)` | … | `""^((x_(mn)))("C"_"mn")` | am | |
Demand | b1 | b2 | b3 | … | bn |
Now the linear programming model representing the transportation problem is given by
The objective function is Minimize Z = `sum_("i" = 1)^"m", sum_("J" = 1)^"n" "c"_"ij" "X"_"ij"`
Subject to the constraints
`sum_("j" = 1)^"n"` = xij = ai, i = 1, 2 …….. m (Supply constraints)
`sum_("i" = 1)^"m"` = xij = bj, i = 1, 2 …….. n (Demand constraints)
xij ≥ 0 for all i, j (non- negative restrictions)
APPEARS IN
संबंधित प्रश्न
What is feasible solution and non degenerate solution in transportation problem?
Find an initial basic feasible solution of the following problem using the northwest corner rule.
D1 | D2 | D3 | D4 | Supply | |
O1 | 5 | 3 | 6 | 2 | 19 |
O2 | 4 | 7 | 9 | 1 | 37 |
O3 | 3 | 4 | 7 | 5 | 34 |
Demand | 16 | 18 | 31 | 25 |
Obtain an initial basic feasible solution to the following transportation problem by using least-cost method.
D1 | D2 | D3 | Supply | |
O1 | 9 | 8 | 5 | 25 |
O2 | 6 | 8 | 4 | 35 |
O3 | 7 | 6 | 9 | 40 |
Demand | 30 | 25 | 45 |
Determine basic feasible solution to the following transportation problem using North west Corner rule.
Sinks | |||||||
A | B | C | D | E | Supply | ||
P | 2 | 11 | 10 | 3 | 7 | 4 | |
Origins | Q | 1 | 4 | 7 | 2 | 1 | 8 |
R | 3 | 9 | 4 | 8 | 12 | 9 | |
Demand | 3 | 3 | 4 | 5 | 6 |
Choose the correct alternative:
The transportation problem is said to be unbalanced if ______
Choose the correct alternative:
In a non – degenerate solution number of allocation is
Choose the correct alternative:
In a degenerate solution number of allocations is
Choose the correct alternative:
Solution for transportation problem using ______ method is nearer to an optimal solution.
Choose the correct alternative:
In an assignment problem the value of decision variable xij is ______
Consider the following transportation problem
Detination | Availabiity | ||||
D1 | D2 | D3 | D4 | ||
O1 | 5 | 8 | 3 | 6 | 30 |
O2 | 4 | 5 | 7 | 4 | 50 |
O3 | 6 | 2 | 4 | 6 | 20 |
Requirement | 30 | 40 | 20 | 10 |
Determine an initial basic feasible solution using Least cost method