Linear Programming SIMPLEX METHOD
Linear Programming SIMPLEX METHOD
Programming
Simplex Method
Simplex Method
• In this method, the computational routine is an iterative process.
• To iterate means to repeat, hence, in working towards the optimum
solution, the procedure has to be repeated over and over following a
standard pattern.
• Successive solutions are developed in a systematic way until the best
solution is reached.
Simplex Method
• Each solution will yield a value of the objective function as large or as
larger profit than the previous solution for the maximization problem
and lower cost for minimization problem.
• Viewing from the graphical method, each iteration in simplex method
is, in effect, a move from one vertex of the constraint set to an
adjacent vertex.
Steps:
S1
S2
S3
Z
Steps:
Maximize
subject to:
Initial Simplex Tableau:
BV X1 X2 X3 S1 S2 S3 Solution
S1 2 1 0 1 0 0 10
S2 1 2 -2 0 1 0 20
S3 0 1 2 0 0 1 5
Z -2 1 -2 0 0 0 0
Applying step 3 to step 6, we have:
BV X1 X2 X3 S1 S2 S3 Solution
(EV)
S1 2 1 0 1 0 0 10
(LV)
S2 1 2 -2 0 1 0 20
S3 0 1 2 0 0 1 5
Z -2 1 -2 0 0 0 0
Applying step 3 to step 6, we have:
BV X1 X2 X3 S1 S2 S3 Solution
(EV)
X1 1 1/2 0 1/2 0 0 5
(NPR)
S2 0 3/2 -2 -1/2 1 0 15
S3 0 1 2 0 0 1 5
(LV)
Z 0 2 -2 1 0 0 10
Applying step 3 to step 6, we have:
BV X1 X2 X3 S1 S2 S3 Solution
X1 1 1/2 0 1/2 0 0 5
S2 0 5/2 0 -1/2 1 1 20
• If the company has available 150 pounds of raw material 1 and 200
pounds of raw material 2, and if the profit for the three products are
P250, P200, and P240 respectively, how much of each product should
be produced in order to maximize profit.