|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Simplex Method |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The Big M MethodIt is a modified version of the simplex method, in which we assign a very large value (M) to each of the artificial variables. We illustrate this method with the help of following examples.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
cj | 1 | 5 | 0 | 0 | M |
|
|---|---|---|---|---|---|---|---|
| cB | Basic variables B |
x1 | x2 | x3 | x4 | A1 | Solution values b (= XB) |
| 0 | x3 | 3 | 4 | 1 | 0 | 0 | 6 |
| M | A1 | 1 | 3 | 0 | 1 | 1 | 2 |
| zjcj |
|
M1 | 3M5 | 0 | M | 0 |
|
![]()
z1 c1 = 0 X 3 + (M) X 1 1
= M 1
z2 c2 = 0 X 4 + (M) X 3 5
= 3M 5
z3 c3 = 0 X 1 + (M) X 0
0 = 0
z4 c4 = 0 X 0 + (M) X (1)
0 = M
z5 c5 = 0 X 0 + (M) X 1 (M)
= 0
As M is a large positive number, the coefficient of M in the zjcj
row would decide the incoming basic variable.
As -3M < -M, x2 becomes a basic variable in the next
iteration.
Key column = x2 column.
Minimum (6/4, 2/3) = 2/3
Key row = A1 row
Pivot element = 3.
A1 departs and x2 enters.
Note that in the iteration just completed, artificial variable A1 was eliminated from the basis. The new solution is shown in the following table.
|
|
cj | 1 | 5 | 0 | 0 |
|
|---|---|---|---|---|---|---|
| cB | Basic variables B |
x1 | x2 | x3 | x4 | Solution values b (= XB) |
| 0 | x3 | 5/3 | 0 | 1 | 4/3 | 10/3 |
| 5 | x2 | 1/3 | 1 | 0 | 1/3 | 2/3 |
| zjcj |
|
2/3 | 0 | 0 | 5/3 |
|
|
|
cj | 1 | 5 | 0 | 0 |
|
|---|---|---|---|---|---|---|
| cB | Basic variables B |
x1 | x2 | x3 | x4 | Solution values b (= XB) |
| 0 | x4 | 5/4 | 0 | 3/4 | 1 | 5/2 |
| 5 | x2 | 3/4 | 1 | 1/4 | 0 | 3/2 |
| zjcj |
|
11/4 | 0 | 5/4 | 0 |
|
The optimal solution is:
x1 = 0, x2 = 3/2
z = 0 + 5 X 3/2 =15/2