You are on page 1of 2

LINEAR PROGRAMMING Minimize : C = 24X + 29Y

- A method of dealing with decision problems that Subject to: 5X + 4Y ≥ 20


can be expressed as constrained linear models. 2X + 5Y ≥ 30 structural constraints
- A mathematical technique for finding the best uses 3X + 5Y ≥ 15
of an organization’s resources. X ≥0 , Y ≥ 0 → non negativity constraint
- Initially referred as “programming in a linear
structure”
The graphical method of solution
*”programming” – means producing a plan or procedure
The graphical method of solving a linear programming
that determines the solution in a problem.
problem is used when there are only two decision
* Graphical Solution Method – a two-dimensional variables. If the problem has three or more variables, the
geometric analysis of Linear Programming problems with graphical method is not suitable. In that case we use the
two decision variables simplex method which is discussed in the next section.

* Theory of Linear Programming – states that the optimal Some important definitions and concepts that are used in
solution will lie at a corner point of the feasible region. the methods of solving linear programming problems.

Note: Linear Programming Graphical Solution is limited in 1. Solution A set of values of decision variables satisfying
a two-dimensional set axes. all the constraints of a linear programming problem is
called a solution to that problem.
LINEAR PROGRAMMING PROBLEMS(LPP)
2. Feasible solution Any solution which also satisfies the
A linear programming problem in two unknowns X
non-negativity restrictions of the problem is called a
and Y is one in which we are to determine the maximum
feasible solution.
and minimum value of a linear expression.
3. Optimal feasible solution Any feasible solution which
P = a1X + b1Y (for maximization)
maximizes or minimizes the objective function is called an
C = a1X + b1Y (for minimization) optimal feasible solution.

are called the objective function, subject to a number of 4. Feasible region The common region determined by all
linear constraints of the form the constraints and non-negativity restriction of a LPP is
called a feasible region.
a2X + b2Y ≤ c a2X + b2Y ≥ c a2X + b2Y = c
5. Corner point A corner point of a feasible region is a point
An objective function is an expression, which in the feasible region that is the intersection of two
shows the relationship between the variables in the boundary lines.
problem and the firm’s goals.
Graphical method of solving a LPP
Two types of linear constraints:
Step 1. Formulate the linear programming problem.
 Structural constraint – a limit on the
availability of resources; also known as the Step 2. Graph the feasible region and find the corner
explicit constraint points. The coordinates of the corner points can be
 Non negativity constraint – restricts all the obtained by either inspection or by solving the two
variables to zero and positive solution ; also equations of the lines intersecting at that point.
known as the implicit constraint.
Step 3. Make a table listing the value of the objective
Linear Programming Model function at each corner point.

Maximize : P = 13X + 6Y Step 4. Determine the optimal solution from the table in
step 3. If the problem is of maximization (minimization)
Subject to : X + 2Y ≤ 8 type, the solution corresponding to the largest (smallest)
2X + Y ≤ 8 structural constraints value of the objective function is the optimal solution of
2X + 2Y ≤ 16 the LPP
X ≥0 , Y ≥ 0 → non negativity constraint

You might also like