Linear Programming Solutions
Linear Programming Solutions
Linear Programming
Applications
To accompany
Quantitative Analysis for Management, Eleventh Edition, Global Edition
by Render, Stair, and Hanna
Power Point slides created by Brian Peterson
Learning Objectives
After completing this chapter, students will be able to:
8.1 Introduction
8.2 Marketing Applications
8.3 Manufacturing Applications
8.4 Employee Scheduling Applications
8.5 Financial Applications
8.6 Ingredient Blending Applications
8.7 Transportation Applications
Program 8.1
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
Program 8.2
Production Mix
LP can be used to plan the optimal mix of
products to manufacture.
Company must meet a myriad of constraints,
ranging from financial concerns to sales
demand to material contracts to union labor
demands.
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
Program 8.3
Production Scheduling
Setting a low-cost production schedule over a
period of weeks or months is a difficult and
important management task.
Important factors include labor capacity,
inventory and storage costs, space limitations,
product demand, and labor relations.
When more than one product is produced, the
scheduling process can be quite complex.
The problem resembles the product mix model
for each time period in the future.
Table 8.2
Copyright © 2012 Pearson Education 8-25
Greenberg Motors
Production planning at Greenberg must consider
four factors:
Desirability of producing the same number of motors
each month to simplify planning and scheduling.
Necessity to keep inventory carrying costs down.
Warehouse limitations.
Its no-lay-off policy.
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
Rewritten as January’s constraints:
A1 – IA1 = 800
B1 – IB1 = 1,000
Program 8.4
Table 8.3
Total cost for this four month period is
$169,294.90.
Complete model has 16 variables and 22
constraints.
Copyright © 2012 Pearson Education 8-35
Employee Scheduling Applications
Labor Planning
These problems address staffing needs over a
particular time.
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-38
Hong Kong Bank of Commerce and
Industry
Part-time hours are limited to a maximum of 50%
of the day’s total requirements.
Part-timers earn $8 per hour on average.
Full-timers earn $100 per day on average.
The bank wants a schedule that will minimize
total personnel costs.
It will release one or more of its part-time tellers if
it is profitable to do so.
Program 8.5
Portfolio Selection
Bank, investment funds, and insurance
companies often have to select specific
investments from a variety of alternatives.
The manager’s overall objective is generally to
maximize the potential return on the
investment given a set of legal, policy, or risk
restraints.
Program 8.6
Program 8.7
Diet Problems
This is one of the earliest LP applications, and
is used to determine the most economical diet
for hospital patients.
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-58
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
Program 8.8
So
0.35X1 + 0.60X3 ≥ 0.45X1 + 0.45X3
or
– 0.10X1 + 0.15X3 ≥ 0 (ingredient A in regular constraint)
Program 8.9
Shipping Problem
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.
The objective usually is to minimize total
shipping costs or distances.
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