QT 7
QT 7
Linear programming problems involving two decision variables can be easily solved by the graphical method. The LPP can have any number of constraints, but there should be only two decision variables. An LPP can have more than one optimal solution. The methodology of solving the LPP graphically is explained below. Step 1: Take inequality constraints as equalities. Find out the x1 and x2 values. Step 2: Draw a graph that includes all the constraints/restrictions and identify the feasible region that is the solution space. Step 3: The feasible region obtained may be bounded or unbounded. Compute the coordinates of all the corner points of the feasible region. Step 4: Select the corner point obtained in step 3 that optimizes (maximizes or minimizes) the objective function. Step 5: Interpret the result.
Example
Solve graphically the following LPP: Maximize Z = 30x1+ 20x2 subject to the constraints 2x1+ x2 =800 and x1+2x2 = 1000 and x1, x2=0.