RHS For Some Constraint Is Negative? Inequality Is Type
RHS For Some Constraint Is Negative? Inequality Is Type
1
Artificial Variables
◙ Consider 3x1 − 2x2 −5 or 2x1 + 5x2 10
◙ In the above two constraints add surplus variable
2x1 + 5x2 − s1 = 10
-3x1 + 2x2 − s2 = 5
◙ Let us add an extra variable a1 such that
2x1 + 5x2 − s1 + a1 = 10
◙ This will be a basic variable in the initial tableau with value 10
◙ Is the original constraint feasible with a1 = 10 ??
NO
◙ It must have value 0 for the original constraint to be satisfied
2
Big-M Method
◙ New Problem:
Maximize Z − MXa
Subject to AX + Xa = b,
X, Xa ≥ 0
◙ And in case of minimization problem
Minimize Z + MXa
Subject to AX + Xa = b,
X, Xa ≥ 0
◙ This is known as Charnes-M-Method or Big-M Method.
◙ What if an artificial variable is basic in the optimal solution
with positive value??
◘ The original problem is infeasible. 3
Charnes-M Method
Charnes-M Method
-4 -8 0 0 -M
CB B XB Yx1 Yx2 Ys1 Ys2 Ya1
0 s1 6 2 3 1 0 0
-M a1 1 1 1 0 -1 1
-M 4-M 8-M 0 M 0
0 s1 4 0 1 1 2 -
-4 x1 1 1 1 0 -1 -
-4 0 4 0 4 -