Chapter 3 - Linear Programming Applications 2021
Chapter 3 - Linear Programming Applications 2021
Linear Programming
Applications
n Introduction
n Marketing Applications
n Manufacturing Applications
n Employee Scheduling Applications
n Financial Applications
n Ingredient Blending Applications
n Transportation Applications
subject to
X1 + X2 + X3 + X4 + X5 + X6 ≥ 2,300 (total households)
X1 + X4 ≥ 1,000 (households 30 or younger)
X2 + X5 ≥ 600 (households 31-50)
X1 + X2 + X3 ≥ 0.15(X1 + X2+ X3 + X4 + X5 + X6) (border states)
X3 ≤ 0.20(X3 + X6) (limit on age group 51+ who can live in
border state)
X1 , X2 , X3 , X4 , X5 , X6 ≥ 0
n Production Mix
n LP can be used to plan the optimal mix of
products to manufacture.
n Company must meet a myriad of constraints,
ranging from financial concerns to sales
demand to material contracts to union labor
demands.
n Its primary goal is to generate the largest profit
possible.
MATERIAL
SELLING MONTHLY REQUIRED
VARIETY OF PRICE PER CONTRACT MONTHLY PER TIE MATERIAL
TIE TIE ($) MINIMUM DEMAND (YARDS) REQUIREMENTS
All silk 19.24 5,000 7,000 0.125 100% silk
Table 8.1
n Production Scheduling
n Setting a low-cost production schedule over a
period of weeks or months is a difficult and
important management task.
n Important factors include labor capacity,
inventory and storage costs, space limitations,
product demand, and labor relations.
n When more than one product is produced, the
scheduling process can be quite complex.
n The problem resembles the product mix model
for each time period in the future.
Table 8.2
Copyright © 2012 Pearson Education 8-20
Greenberg Motors
n Production planning at Greenberg must consider
four factors:
n Desirability of producing the same number of motors
each month to simplify planning and scheduling.
n Necessity to keep inventory carrying costs down.
n Warehouse limitations.
n Its no-lay-off policy.
n LP is a useful tool for creating a minimum total
cost schedule the resolves conflicts between
these factors.
Inventory Current
Inventory at Sales to
at the end month’s
of last + production – the end of = Drexel this
this month month
month
IA1 = 0 + A1 – 800
IB1 = 0 + B1 – 1,000
n Rewritten as January’s constraints:
A1 – IA1 = 800
B1 – IB1 = 1,000
Table 8.3
n Total cost for this four month period is
$169,294.90.
n Complete model has 16 variables and 22
constraints.
Copyright © 2012 Pearson Education 8-29
Employee Scheduling Applications
n Labor Planning
n These problems address staffing needs over a
particular time.
n They are especially useful when there is some
flexibility in assigning workers that require
overlapping or interchangeable talents.
Table 8.4
Copyright © 2012 Pearson Education 8-32
Hong Kong Bank of Commerce and
Industry
n Part-time hours are limited to a maximum of 50%
of the day’s total requirements.
n Part-timers earn $8 per hour on average.
n Full-timers earn $100 per day on average.
n The bank wants a schedule that will minimize
total personnel costs.
n It will release one or more of its part-time tellers if
it is profitable to do so.
Program 8.5
n Portfolio Selection
n Bank, investment funds, and insurance
companies often have to select specific
investments from a variety of alternatives.
n The manager’s overall objective is generally to
maximize the potential return on the
investment given a set of legal, policy, or risk
restraints.
n Diet Problems
n This is one of the earliest LP applications, and
is used to determine the most economical diet
for hospital patients.
n This is also known as the feed mix problem.
Let
XA = pounds of grain A in one 2-ounce serving of cereal
XB = pounds of grain B in one 2-ounce serving of cereal
XC = pounds of grain C in one 2-ounce serving of cereal
Table 8.5
Copyright © 2012 Pearson Education 8-50
Whole Food Nutrition Center
subject to
22XA + 28XB + 21XC ≥ 3 (protein units)
16XA + 14XB + 25XC ≥ 2 (riboflavin units)
8XA + 7XB + 9XC ≥ 1 (phosphorous units)
5XA + 0XB + 6XC ≥ 0.425 (magnesium units)
XA + XB + XC = 0.125 (total mix)
XA , XB , XC ≥ 0
So
0.35X1 + 0.60X3 ≥ 0.45X1 + 0.45X3
or
– 0.10X1 + 0.15X3 ≥ 0 (ingredient A in regular constraint)
n Shipping Problem
n The transportation or shipping problem
involves determining the amount of goods or
items to be transported from a number of
origins to a number of destinations.
n The objective usually is to minimize total
shipping costs or distances.
n This is a specific case of LP and a special
algorithm has been developed to solve it.
Omaha $3 $1 $4
Figure 8.1
Program 8.10