Group 4
Group 4
Batch : 32nd
Program : BBA
Semester : 5th Submission Date : 02/07/2018
Transportation Problem
Problem: 1
A manufacturing company has three plants from which
they supply the required raw materials to three
different locations. Supplies are made to the
warehouse based on their demand .The current
capacity of the three plants is as follows:
Requirements:
a. Formulate the problem and show the network
representation.
b. Construct the liner programming model for the
c. Find the feasible solution for the problem by
applying the following methods:
1. North –west corner method
2. Least cost method /intuitive approach
Solution
Requirement–(a)
Formulate the problem/General expression of the LP
model. And show the network representation.
To Warehouse Warehouse Warehous Weekly
From 1 2 e3 capacity supply
plant-A X11 C11 X12 C12 X13 C13 S1
Deman D1 D2 D3
d
Where,
Ci j=Cost per unit to transport origin ‘i’ to
destination
Xi j=Quantity shipped from origin ‘i’ to destination
“j”
Si=Supply from origin “i”
Dj= Demand for destination “j”
Now, general LP format of Transportation
problem.
Minimize(z)=C11x11+C12X12+C13X13+C21X21+C22X22+
C23X23+C31X31+C32X32+C33X33
Subject to,
Row 1: X11+X12+X13=S1
Row 2: X21+X22+X23=S2 Supply
Row 3: X31+X32+X33=S3
Column 1: X11+X21+X31=D1
Column 2: X12+X22+X32=D2 Demand
Column 3: X13+X23+X33=D3
All variables >0
Show the network
Weekly Capacity Demand
100 P- A W-1 50
200 P- B W-2 150
200 P- C W-3 300
Requirement (b):
The linear programming model for the
problem:
To Warehouse Warehouse Warehouse Supply
From 1 2 3
Plant A $4 $2 $8 100
Plant B $5 $1 $9 200
Plant C $7 $6 $3 200
Plant-A 50 4 - 2 50 8 100/50/
0
Plant- B - 5 150 1 50 9 200/50/
0
Plant- C - 7 - 6 200 3 200/0
Deman 50/0 150/0 300/100/50 500
d / 500
o
Allocation:
X11=50
X13=50
X22=150
X23=50
X33=200
The total cost is found by multiplying the
quantity in completed cells. By the cell unit
cost and then summing those amount.
Total cost = (50*4)+(50*8)+(150*1)+(50*9)+(200*3)
=200+400+150+450+600
=$1800(Answer)