DECISION MODELING WITH
DECISION MODELING WITH
MICROSOFT EXCEL
MICROSOFT EXCEL
Copyright 2001 Prentice HallChapter 5
Chapter 5
LINEAR OPTIMIZATION:
LINEAR OPTIMIZATION:
APPLICATIONS
APPLICATIONS
Part 1 Part 1Chapter 5
Chapter 5
LINEAR OPTIMIZATION:
LINEAR OPTIMIZATION:
APPLICATIONS
APPLICATIONS
Part 1 Part 1Introduction
Introduction
Several specific models (which can be used as
templates for real-life problems) will be examined in this chapter. These models include:
TRANSPORTATION MODEL
TRANSPORTATION MODEL
ASSIGNMENT MODEL
ASSIGNMENT MODEL
Management must determine how to send products from various sources to various
destinations in order to satisfy requirements at the lowest possible cost.
Allows management to investigate allocating fixed-sized resources to determine the optimal assignment of salespeople to districts, jobs to machines, tasks to computers …
DYNAMIC (MULTIPERIOD) MODEL
DYNAMIC (MULTIPERIOD) MODEL MEDIA SELECTION MODEL
MEDIA SELECTION MODEL
NETWORK MODELS
NETWORK MODELS
This model is concerned with designing an effective advertising campaign.
These are models in which coordinated
decision making must occur over more than one time period.
FINANCIAL AND PRODUCTION PLANNING
FINANCIAL AND PRODUCTION PLANNING These business models illustrate the joint
optimization of both production and financial resources.
These models involve the movement or
The Transportation Model
The Transportation Model
In this example, the AutoPower Company makes a variety of battery and motorized uninterruptible
electric power supplies (UPS’s).
AutoPower has 4 final assembly plants in Europe and the diesel motors used by the UPS’s are
produced in the US, shipped to 3 harbors and then sent to the assembly plants.
Production plans for the third quarter (July – Sept.) have been set. The requirements (demand at the destination) and the available number of motors at harbors (supply at origins) are shown on the next slide:
Demand
Demand
Supply
Supply
Assembly Plant
Assembly Plant No. of Motors RequiredNo. of Motors Required
(1) Leipzig 400 (2) Nancy 900 (3) Liege 200 (4) Tilburg 500 2000 Harbor
Harbor No. of Motors AvailableNo. of Motors Available
(A) Amsterdam 500 (B) Antwerp 700 (C) Le Havre 800 2000 B al an ce d B al an ce d
Graphical presentation of Le Havre ( Le Havre (CC)) 800 Antwerp ( Antwerp (BB)) 700 Amsterdam ( Amsterdam (AA)) 500 Supply Supply Liege (3) Liege (3) 200 Tilburg (4) Tilburg (4) 500 Leipzig (1) Leipzig (1) 400 Nancy (2) Nancy (2) 900
The Transportation Model
The Transportation Model
AutoPower must decide how many motors to send from each harbor (supply) to each plant (demand). The cost ($, on a per motor basis) of shipping is given below.
TO DESTINATIONTO DESTINATION
Leipzig Nancy Liege TilburgLeipzig Nancy Liege Tilburg FROM ORIGIN FROM ORIGIN (1) (2) (3) (4)(1) (2) (3) (4) (A) Amsterdam (A) Amsterdam 120 130 41 59.50 (B) Antwerp (B) Antwerp 61 40 100 110 (C) Le Havre (C) Le Havre 102.50 90 122 42
The goal is to minimize total transportation cost.minimize total transportation cost Since the costs in the previous table are on a per per
unit basis
unit basis, we can calculate total cost based on the total cost
following matrix (where xij represents the number of units that will be transported from Origin i to
Destination j): TO DESTINATIONTO DESTINATION FROM ORIGIN FROM ORIGIN 1 2 3 4 1 2 3 4 AA 120xA1 130xA2 41xA3 59.50xA4 BB 61xB1 40xB2 100xB3 110xB4
Total Transportation CostCC 102.50xC1 90xC2 122xC3 42xC4
Total Transportation Cost =
The model has two general types of constraints.constraints
1. The number of items shipped from a harbor cannot exceed the number of items available.
A constraint is required for each origin that
describes the total number of units that can be shipped. For Amsterdam: For Amsterdam: xA1 + xA2 + xA3 + xA4 < 500 For Antwerp: For Antwerp: xB1 + xB2 + xB3 + xB4 < 700 For Le Havre: For Le Havre: xC1 + xC2 + xC3 + xC4 < 800
Note: We could have used an “=“ instead of “<“ since supply and demand are balanced for this model. However, the supply inequality
constraints will be binding at optimality giving the same effect.
2. Demand at each plant must be satisfied.
A constraint is required for each destination that describes the total number of units
demanded. For Leipzig: For Leipzig: xA1 + xB1 + xC1 > 400 For Nancy: For Nancy: xA2 + xB2 + xC2 > 900 For Liege: For Liege: xA3 + xB3 + xC3 > 200
Note: We could have used an “=“ instead of “>“ since supply and demand are balanced for this model. However, the demand inequality constraints will be binding at optimality giving the same effect.
For Tilburg:
Here is the spreadsheet model using Excel
= C4*C9
=SUM (C9:F9) =SUM(C9:C11)
and solved with Solver:
=SUM (C16:F16) =SUM(C16:C18)
Here is the Sensitivity Report from Solver for the Transportation Model:
Variations on the Transportation Model
Variations on the Transportation Model
Suppose we now want to maximize the value of the maximize
objective function instead of minimizing it.
In this case, we would use the same model, but now the objective function coefficients define the
contribution margins (i.e., unit returns) instead of unit costs.
In the Solver dialog, you would check the Max radio button before solving the problem.
Additionally, your interpretation of Solver’s
Sensitivity Report would reflect the maximization of the objective function.
Solving Max Transportation Models
Variations on the Transportation Model
Variations on the Transportation Model
When supply and demand are not equal, then the problem is unbalanced. There are two situations:
When supply is greater than demand:
When Supply and Demand Differ
When Supply and Demand Differ
In this case, when all demand is satisfied, the remaining supply that was not allocated at
each origin would appear as slack in the supply constraint for that origin.
Using inequalities in the constraints (as in the previous example) would not cause any
Variations on the Transportation Model
Variations on the Transportation Model
In this case, the LP model has no feasiblesolution. However, there are two approaches to solving this problem:
1. Rewrite the supply constraints to be equalities and rewrite the demand
constraints to be < .
Unfulfilled demand will appear as slack on each of the demand constraints when
Solver optimizes the model.
Variations on the Transportation Model
Variations on the Transportation Model
2. Revise the model to append a placeholder origin, called a dummy origin, with supply equal to the difference between total
demand and total supply.
The purpose of the dummy origin is to
make the problem balanced (total supply = total demand) so that Solver can solve it.
The cost of supplying any destination from this origin is zero.
Once solved, any supply allocated from this origin to a destination is interpreted as
Variations on the Transportation Model
Variations on the Transportation Model
Certain routes in a transportation model may be unacceptable due to regional restrictions, delivery time, etc.In this case, you can assign an arbitrarily large unit cost number (identified as M) to that route.
This will force Solver to eliminate the use of that
route since the cost of using it would be much larger than that of any other feasible alternative.
Eliminating Unacceptable Routes
Eliminating Unacceptable Routes
Choose M such that it will be larger than any other unit cost number in the model.
Variations on the Transportation Model
Variations on the Transportation Model
Generally, LP models do not produce integersolutions.
The exception to this is the Transportation model. In general:
Integer Valued Solutions
Integer Valued Solutions
If all of the supplies and demands in a If all of the supplies and demands in a transportation model have integer values, transportation model have integer values, the optimal values of the decision variables the optimal values of the decision variables
will also have integer values. will also have integer values.
Variations on the Transportation Model
Variations on the Transportation Model
Zeros in the Allowable Increase/Decrease columns for objective coefficients in the Sensitivity Report
indicate that there are alternative optimal solutions. Using Alternative Optima to Achieve
Using Alternative Optima to Achieve
Multiple Objectives
Multiple Objectives
Using the AutoPower example, examine the effects of such occurrences.
Suppose that due to a potential trucker’s strike, you need to find a cheaper transportation schedule that also minimizes the cost of shipping motors out of Le Havre harbor. You would need to shift costs
In this case, the presence of alternative optima
would help avoid some of the risk without increasing total costs.
From the previous solution, we find that there are an infinite number of alternative optima that produce a minimal cost of $121,450.
So, the original objective can then be recast as an additional total cost
constraint, thereby allowing Solver to be given a new OV to
Here is the modified spreadsheet model.
Note the additional constraint $G$19 < $H$19. Note that the new solution provides feasible alternatives (no more costly than the original
solution), while minimizing Le Havre’s total costs (a shift of $18,000 to other routes).
The Assignment Model
The Assignment Model
In general, the Assignment model is the problem of determining the optimal assignment of n
“indivisible” agents or objects to n tasks.
For example, you might want to assign Salespeople to sales territories
Computers to networks Consultants to clients
Service representatives to service calls Lawyers to cases
Commercial artists to advertising copy
The important constraint is that each person or
The important constraint is that each person or
machine be assigned to
The Assignment Model
The Assignment Model
We will use the AutoPower example to illustrate Assignment problems.
AutoPower Europe’s Auditing Problem
AutoPower Europe’s Auditing Problem
AutoPower’s European headquarters is in Brussels. This year, each of the four corporate vice-presidents will visit and audit one of the assembly plants in
June. The plants are located in: Leipzig, Germany
Liege, Belgium Nancy, France
The issues to consider in assigning the different vice-presidents to the plants are:
1. Matching the vice-presidents’ areas of expertise with the importance of specific problem areas in a plant.
2. The time the management audit will require and the other demands on each
president during the two-week interval.
3. Matching the language ability of a
president with the plant’s dominant language. Keeping these issues in mind, first estimate the
(opportunity) cost to AutoPower of sending each vice-president to each plant.
The following table lists the assignment costs in $000s for every vice-president/plant combination.
PLANTPLANT
Leipzig Nancy Liege TilburgLeipzig Nancy Liege Tilburg V.P. (1) (2) (3) (4) V.P. (1) (2) (3) (4) Finance (F) Finance (F) 24 10 21 11 Marketing (M) Marketing (M) 14 22 10 15 Operations (O) Operations (O) 15 17 20 19 Personnel (P) Personnel (P) 11 19 14 13
To determine total cost, make the assignment and total cost then add up the costs associated with the
assignment.
PLANTPLANT
Leipzig Nancy Liege TilburgLeipzig Nancy Liege Tilburg V.P. (1) (2) (3) (4) V.P. (1) (2) (3) (4) Finance (F) Finance (F) 24 10 21 11 Marketing (M) Marketing (M) 14 22 10 15 Operations (O) Operations (O) 15 17 20 19 Personnel (P) Personnel (P) 11 19 14 13
For example, consider the following assignment:
Total cost = 24 + 22 + 20 + 13 = 79
The Assignment Model
The Assignment Model
Complete enumeration is the calculation of the total cost of each feasible assignment pattern in order to pick the assignment with the lowest total cost.
Solving by Complete Enumeration
Solving by Complete Enumeration
This is not a problem when there are only a few rows and columns (e.g., vice-presidents and plants).
However, complete enumeration can quickly become burdensome as the model grows large.
For example, determine the number of alternatives in the AutoPower (4x4) model. Consider assigning the vice-presidents in the order F, M, O, P.
1. F can be assigned to any of the 4 plants.
2. Once F is assigned, M can be assigned to any of the remaining 3 plants.
3. Now O can be assigned to any of the remaining 2 plants.
4. P must be assigned to the only remaining plant.
There are 4 x 3 x 2 x 1 = 24 possible solutions.
In general, if there are n rows and n columns, then there would be n(n-1)(n-2)(n-3)…(2)(1) = n!
(n factorial) solutions. As n increases, n! increases rapidly. Therefore, this may not be the best method.
The Assignment Model
The Assignment Model
For this model, let
xij = number of V.P’s of type i assigned to plant j where i = F, M, O, P
j = 1, 2, 3, 4
The LP Formulation and Solution
The LP Formulation and Solution
Notice that this model is balanced since the total number of V.P.’s is equal to the total number of plants.
Remember, only one V.P. (supply) is needed at each plant (demand).
Here is the spreadsheet model using Excel = C4*C10 =SUM (C10:F10) =SUM(C10:C13) =SUM (C18:F18) =SUM(C18:C21)
As a result, the optimal assignment is:
PLANTPLANT
Leipzig Nancy Liege TilburgLeipzig Nancy Liege Tilburg V.P. (1) (2) (3) (4) V.P. (1) (2) (3) (4) Finance (F) Finance (F) 24 10 21 11 Marketing (M) Marketing (M) 14 22 10 15 Operations (O) Operations (O) 15 17 20 19 Personnel (P) Personnel (P) 11 19 14 13 Total Cost ($000’s) = 10 + 10 + 15 + 13 = 48
The Assignment Model
The Assignment Model
The Assignment model is similar to the
Transportation model with the exception that supply cannot be distributed to more than one destination.
Relation to the Transportation Model
Relation to the Transportation Model
In the Assignment model, all supplies and demands are one, and hence integers. Thus, Solver will not produce any fractional allocations.
As a result, in the Solver solution, each decision variable cell will either contain a 0 (no assignment) or a 1 (assignment made).
In general, the assignment model can be formulated
In general, the assignment model can be formulated
as a transportation model in which the supply at
as a transportation model in which the supply at
each origin and the demand at each destination = 1.
The Assignment Model
The Assignment Model
Case 1: Supply Exceeds Demand Case 1: Supply Exceeds Demand
Unequal Supply and Demand:
Unequal Supply and Demand:
The Auditing Problem Reconsidered
The Auditing Problem Reconsidered
In this example, suppose the company President
decides to audit the plant in Tilburg. Now there are 4 V.P.’s to assign to 3 plants.
Here is the cost (in $000s) matrix for this scenario: PLANT
PLANT NUMBER OF V.P.s NUMBER OF V.P.s
V.P. V.P. 11 22 33 AVAILABLE AVAILABLE FF 24 10 21 1 MM 14 22 10 1 OO 15 17 20 1 PP 11 19 14 1 No. of V.P.s No. of V.P.s 4 Required Required 1 1 1 3
To formulate this model, simply drop the constraint that required a V.P. at plant 4 and Solve:
Note that one of the V.P.s has not been assigned to a plant.
The Assignment Model
The Assignment Model
Case 2: Demand Exceeds Supply Case 2: Demand Exceeds Supply
Unequal Supply and Demand:
Unequal Supply and Demand:
The Auditing Problem Reconsidered
The Auditing Problem Reconsidered
In this example, assume that the V.P. of Personnel is unable to participate in the European audit. Now the cost matrix is as follows:
PLANT
PLANT NUMBER OF V.P.sNUMBER OF V.P.s
V.P. V.P. 11 22 33 44 AVAILABLE AVAILABLE FF 24 10 21 11 1 MM 14 22 10 15 1 OO 15 17 20 19 1 No. of V.P.s No. of V.P.s 3 Required Required 1 1 1 1 4
Demand > Supply: Adding a Dummy V.P.
In this form, the model is infeasible. To fix this, you can
1. Modify the inequalities in the constraints (similar to the Transportation example)
2. Add a dummy V.P. as a placeholder to the cost matrix (shown below).
PLANT
PLANT NUMBER OF V.P.sNUMBER OF V.P.s
V.P. V.P. 11 22 33 44 AVAILABLE AVAILABLE FF 24 10 21 11 1 MM 14 22 10 15 1 OO 15 17 20 19 1 Dummy Dummy 0 0 0 0 1 No. of V.P.s No. of V.P.s 4 Required Required 1 1 1 1 4
Zero cost to assign the dummy Dummy supply;
In the solution, the dummy V.P. would be assigned to a plant. In reality, this plant would not be audited.
The Assignment Model
The Assignment Model
In this Assignment model, the response from each assignment is a profit rather than a cost.
Maximization Models
Maximization Models
For example, AutoPower must now assign four new salespeople to three territories in order to maximize maximize
profit
profit.
The effect of assigning any salesperson to a territory is measured by the anticipated marginal increase in profit contribution due to the
Here is the profit matrix for this model.
NUMBER OFNUMBER OF
TERRITORY TERRITORY SALESPEOPLE SALESPEOPLE
SALESPERSON
SALESPERSON 11 22 3 AVAILABLE3 AVAILABLE
AA 40 30 20 1 BB 18 28 22 1 CC 12 16 20 1 DD 25 24 27 1 No. of No. of 4 Salespeople Salespeople 1 1 1 3 Required Required
This value represents the profit contribution if A is assigned to Territory 3.
and solved with Solver:
=SUM(C18:C21)
Here is the spreadsheet model using Excel
= C4*C10
=SUM (C10:E10) =SUM(C10:C13)
The Assignment Model
The Assignment Model
Certain assignments in the model may be unacceptable for various reasons.
Situations with Unacceptable Assignments
Situations with Unacceptable Assignments
In this case, you can assign an arbitrarily large unit cost (or small unit profit) number to that assignment. This will force Solver to eliminate the use of that
assignment since, for example, the cost of making that assignment would be much larger than that of any other feasible alternative.
The Media Selection Model
The Media Selection Model
Advertising agencies use Media Selection models to Media Selection develop effective advertising campaigns.
The basic question that they try to answer is: How many “insertions” (ads) should the firm purchase in each of several possible media
(e.g., radio, TV, newspapers, magazines, and Internet Web pages)?
Constraints on the decision maker are typically: advertising budget
the number of ads in each media
The Media Selection Model
The Media Selection Model
The law of diminishing returns may also influence law of diminishing returns
the Media Selection decision. In other words, the effectiveness of an ad decreases as the number of exposures in a medium increases during a specified period of time.
The objective function of this model is unusual. objective function
Conceptually, the model should find the advertising campaign that maximizes demand and satisfies the budget and other constraints.
However, the approach most often used is to
measure the response to an ad in a medium in terms of exposure units.exposure units
The Media Selection Model
The Media Selection Model
An exposure unit is a subjective measure based on:exposure unit
An exposure unit can be thought of as a kind of economic utility.
So the goal is to maximize the total exposure units, taking into account other properties of the model.
The quality of the ad
The desirability of the potential market
In other words, it is an arbitrary measure of the “goodness” of an ad.
The Media Selection Model
The Media Selection Model
The RollOn company has decided to start a new
product line of motorcycle-like machines with three oversized tires.
Example: Promoting a New Product
Example: Promoting a New Product
An advertising campaign with a budget of $72,000 is planned for the introductory month. RollOn decides to use daytime radio, evening TV, and daily
newspaper ads in its advertising campaign. ADVERTISING
ADVERTISING NUMBER OF PURCHASINGNUMBER OF PURCHASING COST PERCOST PER
MEDIUMMEDIUM UNITS REACHED PER AD UNITS REACHED PER AD AD ($) AD ($)
Daytime Radio Daytime Radio 30,000 1700 Evening TV Evening TV 60,000 2800 Daily Newspaper Daily Newspaper 45,000 1200
Total Exposures vs. Number of Radio Ads 0 200 400 600 800 1000 1200 0 5 10 15 20 25 Number of Ads T o ta l E xp o s u re s Slope = 60 It is assumed that each of the first 10 radio ads has a value of 60 exposure units,
The Media Selection Model
The Media Selection Model
RollOn arbitrarily selects a scale from 0 to 100 for each ad offering.
Example: Promoting a New Product
Example: Promoting a New Product
and each radio ad after the first 10 is rated as having 40 exposures. Slope = 40
The previous graph shows that radio adds suffer from diminishing returns (as evidenced by the
change in slope from 60 to 40).
RollOn subjectively determines that the first radio ads are more effective than later ones. In addition, they feel that the same situation will occur with TV and newspaper ads.
The exposures per ad for each medium are given below:
ADVERTISING
ADVERTISING ALL FOLLOWING ALL FOLLOWING
MEDIUMMEDIUM FIRST 10 ADS FIRST 10 ADS ADS ADS
Daytime Radio Daytime Radio 60 40 Evening TV Evening TV 80 55 Daily Newspaper Daily Newspaper 70 35
Total Exposures vs. Number of Ads 0 200 400 600 800 1000 1200 1400 0 10 20 30 Number of Ads T o ta l E xp o s u re s TV Newspaper Radio 55 80 70 35 60 40
Here is a plot of the total exposures as a function of the number of ads in each medium.
RollOn wants to ensure that the ad campaign will satisfy the following important criteria:
1. No more than 25 ads per medium
2. A total of 1,800,000 purchasing units must be reached across all media
3. At least ¼ of the ads must appear on TV (blending requirement)
Now, to model this Media Selection model as an LP model, let
x1 = no. of daytime radio ads up to the first 10 y1 = no. of daytime radio ads after the first 10 x2 = no. of evening TV ads up to the first 10 y2 = no. of evening TV ads after the first 10 x3 = no. of newspaper ads up to the first 10 y3 = no. of newspaper ads after the first 10
The objective function is:objective function
Max 60x1 + 40y1 + 80x2 + 55y2 + 70x3 + 35y3
To determine the constraints, remember:constraints, x1 + y1 = total radio ads
x2 + y2 = total TV ads
x3 + y3 = total newspaper ads
Also remember that the total advertising
expenditure cannot exceed $72,000 and the cost of each radio ad is $1700, each TV ad is $2800 and each newspaper ad is $1200. Therefore, the total expenditure constraint is:
1700x1 + 1700y1 + 2800x2 + 2800y2 + 1200x3 + 1200y3 < 72,000
The constraints are:constraints x1 + y1 < 25 1700x1 + 1700y1 + 2800x2 + 2800y2 + 1200x3 + 1200y3 < 72,000 x2 + y2 < 25 x3 + y3 < 25 30,000x1 + 30,000y1 + 60,000x2 + 60,000y2 + 45,000x3 + 45,000y3 > 1,800,000
Total advertising expenditure less than $72,000:
No more than 25 ads in a single medium:
The entire campaign must reach at least 1,800,000 purchasing units:
Cost per ad
Blending Constraint (at least ¼ of the ads must appear on event TV) :
x2 + y2
x1 + y1 + x2 + y2 + x3 + y3 > ¼
Using this constraint in Excel will produce a
Solver “Conditions for Assume Linear Model are not Satisfied” error message. You can make this constraint linear by multiplying out the
denominator:
Here is the Solver setup:
Here is the Excel spreadsheet model after Solving:
= M3*F5 =C5*I5