A Model in Decision Making
A Model in Decision Making
DEPARTMENT OF ECONOMICS
A model refers to some form of symbolic representation of our assumption about reality.
A scientific approach to managerial decision making.
The development of a (mathematical) model of a real-world scenario.
The process of changing constants into variables ,adding variables, relaxing linear and
other assumptions, including randomness.Typically
Deterministic Models
Where all the input data value are known with complete certainty
Probabilistic Models
Where some input data values are uncertain
An agricultural firm selecting the mix of crops and livestock for the upcoming
season.
Decision analysis provides a framework and methodology for rational decision making
when the outcomes are uncertain.
(c) Recursive and non recursive model types
Recursive model
Recursive model is one where all causal effects are unidirectional and disturbance are
uncorrelated.
Recursive model is a special case of an equation system where the endogenous variables
are determined one at a time in sequence.
Recursive models always indentified, simple to estimate.
A recursive function in general has an extremely high time complexity.
A recursive function generally has smaller code size.
• The coefficients in the objective function and constraints are completely known
(deterministic) and do not change during the period being studied.
• For example, profit per unit of product and amount of resources available are
fixed during the planning period.
6. Finiteness:- An optimum solutions cannot be computed in the situations where there are
infinite number of alternative activities and resource restrictions.
7. Optimality:-In linear programming, the maximum profit solutions or the minimum cost
solutions always occur at the corner point of the set of feasible solutions.
#3.About the difference between linear programming and integer programming, whichone
is more efficient and practical in real world?
Integer programming on the other hand is a technique which is used for a qualitative
assessment of the constraints. You might be familiar with sample surveys where you are
asked to put a number for your product satisfaction.
Linear programming is used to find optimal solutions to problems using the basis of
a linear function, like a line.
Integer programming is programming with all variables restricted to integers.
An integer programming
#4.If a basic variable of LPP takes a zero value, discuss the situations occurred in the
model.
A basic feasible solution is degenerate if at least one of the basic variables is equal to
zero.
When at least one of the basic variables is zero, then the basic feasible solution to a
Linear Programming Problem is said to be degenerate.
Degeneracy in a linear programming problem is said to occur when a basic feasible
solution contains a smaller number of non-zero variables than the number of
independent constraints when values of some basic variables are zero and the
Replacement ratio is same.
#5. Discuss the difference between feasible solution, basic solution, and optimal solution in
LPP model.
A solution (set of values for the decision variables) for which all of the constraints in the
Solver model are satisfied is called a feasible solution.
A globally optimal solution is one where there are no other feasible solutions with
better objective function values.
An optimal solution to a linear program is the solution which satisfies all constraints
with maximum or minimum objective function value.
In simpler words, in a linear programming question we are given an objective
function, some constraints and we have to find minimum or maximum values.
A basic solution of linear programming problem of a system of m equations and n
variables (m < n) is a solution where at least n-m variables are zero and solving the
remaining equations with unknowns to satisfy certain specified technical conditions.
A basic solution that happens to have all nonnegative values will be called a basic
feasible solution.
A nonnegative vector of variables that satisfies the constraints of (P) is called a feasible solution
to the linear programming problem.
A feasible solution that minimizes the objective function is called an optimal solution.
#6. Discuss about the main methods of solving a linear programming problem.
I discuss the most important techniques,these are Simplex method and Graphical method
Simplex method
The simplex method is one of the most popular methods to solve linear programming problems.
It is an iterative process to get the feasible optimal solution. In this method, the value of the basic
variable keeps transforming to obtain the maximum value for the objective function. The
algorithm for linear programming simplex method is provided below:
Step 1: Establish a given problem. (i.e.,) write the inequality constraints and objective function.
Step 2: Convert the given inequalities to equations by adding the slack variable to each
inequality expression.
Step 3: Create the initial simplex tableau. Write the objective function at the bottom row. Here,
each inequality constraint appears in its own row. Now, we can represent the problem in the form
of an augmented matrix, which is called the initial simplex tableau.
Step 4: Identify the greatest negative entry in the bottom row, which helps to identify the pivot
column. The greatest negative entry in the bottom row defines the largest coefficient in the
objective function, which will help us to increase the value of the objective function as fastest as
possible.
Step 5: Compute the quotients. To calculate the quotient, we need to divide the entries in the far
right column by the entries in the first column, excluding the bottom row. The smallest quotient
identifies the row. The row identified in this step and the element identified in the step will be
taken as the pivot element.
Step 6: Carry out pivoting to make all other entries in the column is zero.
Step 7: If there are no negative entries in the bottom row, end the process. Otherwise, start from
step 4.
Step 8: Finally, determine the solution associated with the final simplex tableau.
Graphical method
The graphical method is used to optimize the two-variable linear programming. If the problem
has two decision variables, a graphical method is the best method to find the optimal solution. In
this method, the set of inequalities are subjected to constraints. Then the inequalities are plotted
in the XY plane. Once, all the inequalities are plotted in the XY graph, the intersecting region
will help to decide the feasible region. The feasible region will provide the optimal solution as
well as explains what all values our model can take.
The following steps are important to use this method.
Step 1: Formulate the LP (Linear programming) problem
#7. Discuss about the difference between Vogel’s Approximation method and Russel’s
Approximation method of finding the initial solution of a transportation problem.
Vogel's Approximation method it gives the best initial Basic Feasible Solution (which
can be degenerate). All the other methods are either equal or inferior to Vogel's.
Moreover, degeneracy can happen in any method. Whenever any individual demand
quantity is equal to the individual supply quantity then degeneracy is going to take
place. BTW whatever one gets as the initial BFS, MODI will lead to Optimality.
Vogel's Approximation Method tackles the problem of finding a good initial solution
by taking into account the costs associated with each alternative route, which is
something that Northwest Corner Rule did not do.Though VAM is not quite as simple
as Northwest Corner approach, but it facilitates a very good initial solution, one that
is often the optimal solution.
VAM takes many more calculations to find an initial solution as compared to the
other methods, it almost produces a much better initial solution.
Hence VAM tends to minimize the total number of computations needed to reach an
optimal solution.
#8. A manufacturing company contemplates to produce two products, called X and Y, which can
be marketed at prevailing prices in any reasonable quantities without difficulty. It is known that
product X requires 10 and 5 man hours per unit in foundry and machine departments respectively
and that product Y requires 6 and 4 man hours per unit. The profit margin of X is Birr 30 per unit
and that of Y is Birr 20 per unit. It is estimated that there will be 1000 and 600 man hours
available in the foundry and machine departments respectively. Then,
Corner points:
At origin(0,0)
Set x=0 and y=0
10(0)+6(0)+S1+0S2=1000
5(0)+4(0)+0S1+S2=600
Therefore, S1=1000
S2=600
Solution: x=0,y=0,s1=1000,s2=600
Profit:Z=30(0)+20(0)+0(1000)+600(0)=0
At (100,0)
Set x=100,y=0,s1=0
10x+6(0)+0+0s2=1000
5x+4(0)+0(0)+s2=600
Therefore,
10x=1000
5x+s2=600
Solution: x=100,y=0,s1=0,s2=100
Profit: Z=30(100)+20(0)+0(0)+0(100)=3000
At (40,100)
Set s1=0,s2=0
10x+6y=1000
5x+4y=600
Therefore, x=40,y=100
Profit:Z=30(40)+20(100)=3200
At(0,150)
Set x=0,s2=0
10(0)+6y+s1+0(0)=1000
5(0)+4y+0s1+0=600
Therefore,6y+s1=1000 and 4y=600
Solution:x=0,y=150, S1=850 and s2=0
Profit:30(0)+20(150)+0(850)+0=3000
At(0,500/3) and at(120,0) pints are infeasible. Because they violate the foundry and
machine constraints respectively.
Coordinates Z Values
(0,0) 0
(100,0) 3000
(40,100) 3200
(0,150) 3000
The company should produce 40 products of X and 100 products of Y to obtain a benefit
of 3200 profits.
B) Find the optimal solution using simplex method
Solution:
Max Z= 30X+20Y +0S1 +0S2
Subject to: 10X+6Y+ 0S1=1000
5X+4Y+ 0S2 = 600
X ≥ 0,Y ≥ 0,S1 ≥ 0 and S2 ≥ 0
For the initial solution simplex table
CBi Cj 30 20 0 0 solution Ratio
B.V. X Y S1 S2
0 S1 10 6 1 0 1000 0
0 S2 5 4 0 1 600 0
Zj 0 0 0 0 0
Cj-Zj 30 20 0 0
X1=0,X2=0,S1=1000,S2=600
Optimality Condition
For max:
all Cj -Zj ≤ 0
Iteration 1
Cj 30 20 0 0 Solution Ratio
CBi B.V. X Y S1 S2
0 S1 10 6 1 0 1000 1000/10=100
0 S2 5 4 0 1 600 600/5=120
Zj 0 0 0 0 0 z=0
Cj-Zj 30 20 0 0 0
2
Zj = ∑ (CBi ) (aij) Cj-Zj=0
i=1
0×10 +0×5=0
0×6 + 0×4=0
0×1 +0×0=0
0×0 +0×1=0
0×1000+0×600=0
Iteration 2
CBi Cj 30 20 0 0 Solution Ratio
B.V. X Y S1 S2
30 X1 1 3/5 1/10 0 100 500/3
0 S2 0 1 -1/2 1 100 100
Zj 30 18 3 0 Z=3000
Cj-Zj 0 2 -3 0
Zj Cj-Zj =30-30=0,20-18=2,0-3= -3,0-0=0
30×1+0×0=30
30×3/5+0×1=18
30×1/10+0×-1/2=3
30×0++0×1=0
30×100+0×100=3000
Iteration 3
Zj=30×1+20×0=30 Cj-Zj=30-30=0,20-20=0,0-2= -2,0-2= -2
30×0+20×1=20
30×2/5+20×-1/2=2
30×-3/5+20×1=2
30×40+20×100=3200
There is no any positive number greater than 0. so , in this case I started at the beginning by
taking Cj-Zj Therefore ,solution is : X=40, Y=100 and Z (Opt.)=3200
≠9. An oil company has three refineries that produce petrol which is then transported to Four
distribution centers. The availability of oil in barrels from these three refineries Is 16000, 20000
and 14000 respectively? The requirement of petrol in four centers is 10000, 10000, 12000 and
28000 respectively. The unit cost of transporting petrol From each refinery to each center is
given below
W X Y Z
A 80 70 50 60
B 90 60 40 80
C 50 50 95 90
a) Find the initial basic feasible solution using VAM and RAM?
b) Suggest the transportation schedule that minimizes the total transportation cost using VAM?
c) What is the minimized total transportation cost using RAM?
Solution:
Total number of supply constraints are 3
Total number of demand constraints are 4
W X Y Z Supply
A 80 70 50 60 16000
B 90 60 40 80 20000
C 50 50 95 90 14000
Demand 10000 10000 12000 28000
Here Total Demand = 60000 is greater than Total Supply = 50000. So We add a dummy supply
constraint with 0 unit cost and with allocation 10000.
A 80 70 50 60 16000
B 90 60 40 80 20000
C 50 50 95 90 14000
Ddummy 0 0 0 0 10000
A 80 70 50 60 16000 10=60-50
B 90 60 40 80 20000 20=60-40
C 50 50 95 90 14000 0=50-50
Table-2
W X Y Z Supply Row Penalty
A 80 70 50 60 16000 10=60-50
B 90 60 40 80 20000 20=60-40
C 50 50 95 90 14000 0=50-50
Ddummy 0 0 0 0(10000) 0 --
Column 20=80-
30=80-50 10=60-50 10=50-40
Penalty 60
A 80 70 50 60 16000 10=60-50
B 90 60 40 80 20000 20=60-40
Ddummy 0 0 0 0(10000) 0 --
Table-4
W X Y Z Supply Row Penalty
A 80 70 50 60 16000 10=60-50
B 90 60 40 80 20000 20=60-40
C 50(10000) 50(4000) 95 90 0 --
Ddummy 0 0 0 0(10000) 0 --
A 80 70 50 60 16000 10=70-60
40(12000
B 90 60 80 8000 20=80-60
)
50(10000
C 50(4000) 95 90 0 --
)
Ddummy 0 0 0 0(10000) 0 --
Column
-- 10=70-60 -- 20=80-60
Penalty
Table-6
W X Y Z Supply Row Penalty
60(16000
A 80 70 50 0 --
)
40(12000
B 90 60 80 8000 20=80-60
)
C 50(10000) 50(4000) 95 90 0 --
Ddummy 0 0 0 0(10000) 0 --
Column
-- 60 -- 80
Penalty
60(16000
A 80 70 50 0 --
)
40(12000
B 90 60 80(2000) 6000 60
)
C 50(10000) 50(4000) 95 90 0 --
Sdummy 0 0 0 0(10000) 0 --
Demand 0 6000 0 0
Column
-- 60 -- --
Penalty
60(16000
A 80 70 50 16000 10 | 10 | 10 | 10 | 10 | -- | -- |
)
50(10000
C 50(4000) 95 90 14000 0 | 0 | 40 | -- | -- | -- | -- |
)
Column 50 50 40 60
Penalty 30 10 10 20
-- 10 10 20
-- 10 10 20
-- 10 -- 20
-- 60 -- 80
-- 60 -- --
W X Y Z Supply
A 80 70 50 60 (16000) 16000
40 (12000
B 90 60 (6000) 80 (2000) 20000
)
50 (10000
C 50 (4000) 95 90 14000
)
2.c22=u2+v2⇒v2=c22-u2⇒v2=60-0⇒v2=60
3.c32=u3+v2⇒u3=c32-v2⇒u3=50-60⇒u3=-10
4.c31=u3+v1⇒v1=c31-u3⇒v1=50+10⇒v1=60
5.c23=u2+v3⇒v3=c23-u2⇒v3=40-0⇒v3=40
6.c24=u2+v4⇒v4=c24-u2⇒v4=80-0⇒v4=80
7.c14=u1+v4⇒u1=c14-v4⇒u1=60-80⇒u1=-20
8.c44=u4+v4⇒u4=c44-v4⇒u4=0-80⇒u4=-80
W X Y Z Supply ui
A 80 70 50 60 (16000) 16000 u1=-20
50 (10000
C 50 (4000) 95 90 14000 u3=-10
)
( )
. Find dij for all unoccupied cells(i,j), where dij=cij- ui+vj
( )
1.d11=c11- u1+v1 =80-(-20+60)=40
( )
2.d12=c12- u1+v2 =70-(-20+60)=30
( )
3.d13=c13- u1+v3 =50-(-20+40)=30
( )
4.d21=c21- u2+v1 =90-(0+60)=30
( )
5.d33=c33- u3+v3 =95-(-10+40)=65
( )
6.d34=c34- u3+v4 =90-(-10+80)=20
( )
7.d41=c41- u4+v1 =0-(-80+60)=20
( )
8.d42=c42- u4+v2 =0-(-80+60)=20
( )
9.d43=c43- u4+v3 =0-(-80+40)=40
W X Y Z Supply ui
Since all dij ≥ 0.
A 80 70 50 60 (16000) 16000
C 50 50 (4000) 95 90 14000
The initial basic solution and the minimized total transportation cost using RAM
Solution:
TOTAL number of supply constraints : 3
TOTAL number of demand constraints : 4
Problem Table is
D1 D2 D3 D4 Supply
S1 80 70 50 60 16000
S2 90 60 40 80 20000
S3 50 50 95 90 14000
S1 80 70 50 60 16000
S2 90 60 40 80 20000
S3 50 50 95 90 14000
Sdummy 0 0 0 0 10000
Table-1: Calculate ˉUi and ˉVj (where ˉUi is the largest cost in row and ˉVj is the largest cost in
column)
D1 D2 D3 D4 Supply ˉU
i
S1 80 70 50 60 16000 80
S2 90 60 40 80 20000 90
S3 50 50 95 90 14000 95
Sdummy 0 0 0 0 10000 0
1200
Demand 10000 10000 28000
0
ˉVj 90 70 95 90
(
2. Compute reduced cost of each cell Δij, where Δij=cij- ˉUi+ˉVj )
( )
1.Δ11=c11- ˉU1+ˉV1 =80-(80+90)=-90
( )
2.Δ12=c12- ˉU1+ˉV2 =70-(80+70)=-80
( )
3.Δ13=c13- ˉU1+ˉV3 =50-(80+95)=-125
( )
4.Δ14=c14- ˉU1+ˉV4 =60-(80+90)=-110
( )
5.Δ21=c21- ˉU2+ˉV1 =90-(90+90)=-90
( )
6.Δ22=c22- ˉU2+ˉV2 =60-(90+70)=-100
( )
7.Δ23=c23- ˉU2+ˉV3 =40-(90+95)=-145
( )
8.Δ24=c24- ˉU2+ˉV4 =80-(90+90)=-100
( )
9.Δ31=c31- ˉU3+ˉV1 =50-(95+90)=-135
( )
10.Δ32=c32- ˉU3+ˉV2 =50-(95+70)=-115
( )
11.Δ33=c33- ˉU3+ˉV3 =95-(95+95)=-95
( )
12.Δ34=c34- ˉU3+ˉV4 =90-(95+90)=-95
( )
13.Δ41=c41- ˉU4+ˉV1 =0-(0+90)=-90
( )
14.Δ42=c42- ˉU4+ˉV2 =0-(0+70)=-70
( )
15.Δ43=c43- ˉU4+ˉV3 =0-(0+95)=-95
( )
16.Δ44=c44- ˉU4+ˉV4 =0-(0+90)=-90
D1 D2 D3 D4 Supply ˉU
i
60 [-
S2 90 [-90] 40 [-145] 80 [-100] 20000 90
100]
50 [-
S3 50 [-135] 95 [-95] 90 [-95] 14000 95
115]
ˉVj 90 70 95 90
D1 D2 D3 D4 Supply
S1 80 70 50 60 16000
S2 90 60 40 (12000) 80 8000
S3 50 50 95 90 14000
Sdummy 0 0 0 0 10000
1000
Demand 10000 0 28000
0
Table-2: Calculate ˉUi and ˉVj (where ˉUi is the largest cost in row and ˉVj is the largest cost in
column)
D1 D2 D3 D4 Supply ˉU
i
S1 80 70 50 60 16000 80
S2 90 60 40(12000) 80 8000 90
S3 50 50 95 90 14000 90
Sdummy 0 0 0 0 10000 0
1000 2800
Demand 10000 0
0 0
ˉVj 90 70 -- 90
(
2. Compute reduced cost of each cell Δij, where Δij=cij- ˉUi+ˉVj )
( )
1.Δ11=c11- ˉU1+ˉV1 =80-(80+90)=-90
( )
2.Δ12=c12- ˉU1+ˉV2 =70-(80+70)=-80
( )
3.Δ14=c14- ˉU1+ˉV4 =60-(80+90)=-110
( )
4.Δ21=c21- ˉU2+ˉV1 =90-(90+90)=-90
( )
5.Δ22=c22- ˉU2+ˉV2 =60-(90+70)=-100
( )
6.Δ24=c24- ˉU2+ˉV4 =80-(90+90)=-100
( )
7.Δ31=c31- ˉU3+ˉV1 =50-(90+90)=-130
( )
8.Δ32=c32- ˉU3+ˉV2 =50-(90+70)=-110
( )
9.Δ34=c34- ˉU3+ˉV4 =90-(90+90)=-90
( )
10.Δ41=c41- ˉU4+ˉV1 =0-(0+90)=-90
( )
11.Δ42=c42- ˉU4+ˉV2 =0-(0+70)=-70
( )
12.Δ44=c44- ˉU4+ˉV4 =0-(0+90)=-90
Suppl ˉU
D1 D2 D3 D4
y i
40(12000
S2 90 [-90] 60 [-100] 80 [-100] 8000 90
)
50 [-
S3 50 [-110] 95 90 [-90] 14000 90
130]
ˉVj 90 70 -- 90
S1 80 70 50 60 16000
S2 90 60 40 (12000) 80 8000
S3 50 (10000) 50 95 90 4000
Sdummy 0 0 0 0 10000
1000
Demand 0 0 28000
0
Table-3: Calculate ˉUi and ˉVj (where ˉUi is the largest cost in row and ˉVj is the largest cost in
column)
D1 D2 D3 D4 Supply ˉU
i
S1 80 70 50 60 16000 70
S2 90 60 40(12000) 80 8000 80
50(10000
S3 50 95 90 4000 90
)
Sdummy 0 0 0 0 10000 0
2800
Demand 0 10000 0
0
ˉVj -- 70 -- 90
(
2. Compute reduced cost of each cell Δij, where Δij=cij- ˉUi+ˉVj )
( )
1.Δ12=c12- ˉU1+ˉV2 =70-(70+70)=-70
( )
2.Δ14=c14- ˉU1+ˉV4 =60-(70+90)=-100
( )
3.Δ22=c22- ˉU2+ˉV2 =60-(80+70)=-90
( )
4.Δ24=c24- ˉU2+ˉV4 =80-(80+90)=-90
( )
5.Δ32=c32- ˉU3+ˉV2 =50-(90+70)=-110
6.Δ34=c34-(ˉU3+ˉV4)=90-(90+90)=-90
( )
7.Δ42=c42- ˉU4+ˉV2 =0-(0+70)=-70
( )
8.Δ44=c44- ˉU4+ˉV4 =0-(0+90)=-90
D1 D2 D3 D4 Supply ˉU
i
40(12000
S2 90 60 [-90] 80 [-90] 8000 80
)
ˉVj -- 70 -- 90
S1 80 70 50 60 16000
40 (12000
S2 90 60 80 8000
)
S3 50 (10000) 50 (4000) 95 90 0
Sdummy 0 0 0 0 10000
Table-4: Calculate ˉUi and ˉVj (where ˉUi is the largest cost in row and ˉVj is the largest cost in
column)
D1 D2 D3 D4 Supply ˉU
i
S1 80 70 50 60 16000 70
40(12000
S2 90 60 80 8000 80
)
50(10000
S3 50(4000) 95 90 0 --
)
Sdummy 0 0 0 0 10000 0
ˉVj -- 70 -- 80
(
2. Compute reduced cost of each cell Δij, where Δij=cij- ˉUi+ˉVj )
( )
1.Δ12=c12- ˉU1+ˉV2 =70-(70+70)=-70
( )
2.Δ14=c14- ˉU1+ˉV4 =60-(70+80)=-90
( )
3.Δ22=c22- ˉU2+ˉV2 =60-(80+70)=-90
( )
4.Δ24=c24- ˉU2+ˉV4 =80-(80+80)=-80
( )
5.Δ42=c42- ˉU4+ˉV2 =0-(0+70)=-70
( )
6.Δ44=c44- ˉU4+ˉV4 =0-(0+80)=-80
D1 D2 D3 D4 Supply ˉU
i
40(12000
S2 90 60 [-90] 80 [-80] 8000 80
)
50(10000
S3 50(4000) 95 90 0 --
)
ˉVj -- 70 -- 80
S1 80 70 50 60 (16000) 0
40 (12000
S2 90 60 80 8000
)
50 (10000
S3 50 (4000) 95 90 0
)
Sdummy 0 0 0 0 10000
Table-5: Calculate ˉUi and ˉVj (where ˉUi is the largest cost in row and ˉVj is the largest cost in
column)
D1 D2 D3 D4 Supply ˉU
i
60(16000
S1 80 70 50 0 --
)
S2 90 60 40(12000) 80 8000 80
50(10000
S3 50(4000) 95 90 0 --
)
Sdummy 0 0 0 0 10000 0
ˉVj -- 60 -- 80
( )
2.Δ24=c24- ˉU2+ˉV4 =80-(80+80)=-80
( )
3.Δ42=c42- ˉU4+ˉV2 =0-(0+60)=-60
4.Δ44=c44-(ˉU4+ˉV4)=0-(0+80)=-80
D1 D2 D3 D4 Supply ˉU
i
60(16000
S1 80 70 50 0 --
)
50(10000
S3 50(4000) 95 90 0 --
)
ˉVj -- 60 -- 80
S1 80 70 50 60 (16000) 0
40 (12000
S2 90 60 80 8000
)
50 (10000
S3 50 (4000) 95 90 0
)
Sdummy 0 0 0 0 (10000) 0
Table-6: Calculate ˉUi and ˉVj (where ˉUi is the largest cost in row and ˉVj is the largest cost in
column)
D1 D2 D3 D4 Supply ˉU
i
60(16000
S1 80 70 50 0 --
)
S2 90 60 40(12000) 80 8000 80
S3 50(10000 50(4000) 95 90 0 --
)
Sdummy 0 0 0 0(10000) 0 --
ˉVj -- 60 -- 80
(
2. Compute reduced cost of each cell Δij, where Δij=cij- ˉUi+ˉVj )
( )
1.Δ22=c22- ˉU2+ˉV2 =60-(80+60)=-80
( )
2.Δ24=c24- ˉU2+ˉV4 =80-(80+80)=-80
D1 D2 D3 D4 Supply ˉU
i
60(16000
S1 80 70 50 0 --
)
50(10000
S3 50(4000) 95 90 0 --
)
Sdummy 0 0 0 0(10000) 0 --
ˉVj -- 60 -- 80
S1 80 70 50 60 (16000) 0
40 (12000
S2 90 60 (6000) 80 2000
)
50 (10000
S3 50 (4000) 95 90 0
)
Sdummy 0 0 0 0 (10000) 0
Demand 0 0 0 2000
Table-7: Calculate ˉUi and ˉVj (where ˉUi is the largest cost in row and ˉVj is the largest cost in
column)
D1 D2 D3 D4 Supply ˉU
i
60(16000
S1 80 70 50 0 --
)
50(10000
S3 50(4000) 95 90 0 --
)
Sdummy 0 0 0 0(10000) 0 --
Demand 0 0 0 2000
ˉVj -- -- -- 80
(
2. Compute reduced cost of each cell Δij, where Δij=cij- ˉUi+ˉVj )
( )
1.Δ24=c24- ˉU2+ˉV4 =80-(80+80)=-80
D1 D2 D3 D4 Supply ˉU
i
60(16000
S1 80 70 50 0 --
)
50(10000
S3 50(4000) 95 90 0 --
)
Sdummy 0 0 0 0(10000) 0 --
Demand 0 0 0 2000
ˉVj -- -- -- 80
The most negative Δij is -80 in cell S2D4
S1 80 70 50 60 (16000) 0
40 (12000
S2 90 60 (6000) 80 (2000) 0
)
50 (10000
S3 50 (4000) 95 90 0
)
Sdummy 0 0 0 0 (10000) 0
Demand 0 0 0 0
S1 80 70 50 60 (16000) 16000
40 (12000
S2 90 60 (6000) 80 (2000) 20000
)
50 (10000
S3 50 (4000) 95 90 14000
)