Chapter 19 – Linear Programming
19–27
would be rewritten as equalities:
(1) 3x1 + 2x2 + 4x3 – 1s1 – 0s2 – 0s3 = 80
As equalities, each constraint must then be adjusted by inclusion of an artificial variable. The final
result looks like this:
(1) 3x1 + 2x2 + 4x3 – 1s1 – 0s2 – 0s3 + 1a1 + 0a2 + 0a3 = 80
If the objective function happened to be
5x1 + 2x2 + 7x3
Summary of Maximization Procedure
The main steps in solving a maximization problem with only constraints using the simplex algorithm
are these:
1. Set up the initial tableau.
of 0.
c. Put the objective coefficients and constraint coefficients into tableau form.
2. Set up subsequent tableaus.
a. Determine the entering variable (the largest positive value in the C– Z row). If a tie exists,
choose one column arbitrarily.
c. Form the new pivot row of the next tableau: Divide each number in the leaving row by the
row’s pivot value. Enter these values in the next tableau in the same row positions.
d. Compute new values for remaining constraint rows: For each row, multiply the values in the
new pivot row by the constraint row’s pivot value, and subtract the resulting values, column by
column, from the original row values. Enter these in the new tableau in the same positions as
the original row.