Big M Method
Big M Method
Big M-method
There are two methods to find the starting BFS and solve
the problem using
l Big M and
l Two-phase method.
Example-1
Minimize z = 2 x1 + x2
Example-1…
Introducing the artificial variables, R1, R2, the LPP is modified
as follows:
Minimize
z = 2 x1 + x2 + M R1 + M R2
Subject to the constraints
3 x1 + x2 - s1 + R1 =9
x1 + x2 - s2 + R2 = 6
x1 , x2 , s1 , s2 , R1 , R2 ³ 0
Basic z x1 x2 s1 s2 R1 R2 Sol.
(0.9)
PF
(0,6)
3 9
( , )
2 2
Maximize z = 2 x1 + 3 x2 - 5 x3
Example-2…
Introducing surplus and artificial variables, s2, R1 and R2, the
LPP is modified as follows:
Maximize
z = 2 x1 + 3x2 - 5 x3 - MR1 - MR2
Subject to the constraints
x1 + x2 + x3 + R1 = 7
2 x1 - 5 x2 + x3 - s2 + R2 = 10
x1 , x2 , x3 , s2 , R1 , R2 ³ 0
Now we solve the above LPP by the Simplex method.
Remarks
Maximize z = 5 x1 + 6 x2
-2 x1 + 3 x2 = 3
Subject to the constraints x1 + 2 x2 £ 5
6 x1 + 7 x2 £ 3
x1 , x2 ³ 0
Example-4
Consider the following LPP:
Minimize z = 6 x1 + 4 x2