Lecture Notes LPP Graphical Method
Lecture Notes LPP Graphical Method
Introduction
● Linear programming uses a mathematical model to describe the problem
of concern.
● The adjective linear means that all the mathematical functions in this
model are required to be linear functions.
● The word programming does not refer to computer programming; rather,
it is essentially a synonym for planning.
● Thus, linear programming involves the planning of activities to obtain an
optimal result, i.e., a result that reaches the specified goal best (according
to the mathematical model) among all feasible alternatives.
Standard form
Standard form
Product 1 requires some of the production capacity in Plants 1 and 3, but none in Plant 2. Product 2 needs
only Plants 2 and 3.
The marketing division has concluded that the company could sell as much of either product as could be
produced by these plants. However, because both products would be competing for the same production
capacity in Plant 3, it is not clear which mix of the two products would be most profitable.
Const.:
2x-y ≥ -5
3x+3 ≥ 3
2x-y ≤ 12
X,y ≥ 0
Graphical Method
Vertices of the Boundary are of interest in feasible region
Algebraic Method
Maximise Z : 6x1+5x2
Const.:
x1+x2 ≤ 5
3x1+2x2 ≤ 12
x1, x2 ≥ 0
Algebraic Method
● Convert inequalities into equations by adding slack/surplus variable.
● Slack/Surplus variables do not add to objective function.
● Let there be total n variables including decision and slack/surplus variables
and m equations.
● Fix any m variables to some arbitrary value and solve for remaining n-m
variables. There are nCm ways.
● Easy way is to fix these variable to value of 0 called non-basic variables.
● The variables that we solve are called basic variables.
● The solution obtained by fixing non basic variables to 0 are called basic
solutions.
● Estimate the value of the objective function based on these values.
Simplex Method