Module II - Lpp
Module II - Lpp
If both the objective function and the constraints are linear, the problem is
Linear constraints are linear functions that are restricted to be "less than
or equal to", "equal to", or "greater than or equal to" a constant.
Properties of LP Models
Problem formulation or
modeling is the process of
translating a verbal
statement of a problem into
a mathematical statement.
Guidelines for Model Formulation
Understand the
problem
thoroughly.
Describe the
objective.
Describe each
constraint.
Define the decision
variables.
Write the objective
in terms of the
decision variables.
Write the
constraints in
terms of the
decision variables.
LP Model Formulation
Decision variables
mathematical symbols representing levels of activity of
an operation
Objective function
a linear relationship reflecting the objective of an
operation
most frequent objective of business firms is to maximize
profit
most frequent objective of individual operational units
(such as a production or packaging department) is to
minimize cost
Constraint
a linear relationship representing a restriction on
decision making
LP Model Formulation (cont.)
LP Model - Example
Reddy Mikks produces both interior and exterior paints from two
raw materials, M1 and M2. The following table provides the basic
data of the problem:
Raw material, M1 6 4 24
Raw material, M2 1 2 6
10s3 + 8s4)
subject to
.30x1 + .30x2 + .25x3 + .15x4 ≤ 1000
xj ≥ 0, sj ≥ 0, j = 1, 2, 3, 4
Solution:
The optimum solution is
z = $64,625, x1 = 800, x2 = 750, x3 = 387.5, x4 = 500,
s1 = s2 = s4 = 0, s3 = 212.5.
The solution satisfies all the demand for both types of jackets
and the gloves.
A shortage of 213 (rounded up from 212.5) pairs of pants will
result in a penalty cost of 213 * $10 = $2130.
REVIEW