Chapter 1 - Introduction To or
Chapter 1 - Introduction To or
1
Introduction
• Operations Research is an Art and Science
Research
The process of observation and testing
characterized by the scientific method.
Situation, problem statement, model
construction, validation, experimentation,
candidate solutions.
5
Terminology
• The British/Europeans refer to “Operational Research", the
Americans to “Operations Research" - but both are often
shortened to just "OR".
6
Operations Research Models
Stochastic models
explicitly represent uncertain data via
random variables or stochastic processes.
Stochastic models
characterize / estimate system performance.
8
History of OR
• OR is a relatively new discipline.
• 70 years ago it would have been possible
to study mathematics, physics or
engineering at university it would not have
been possible to study OR.
• It was really only in the late 1930's that
operationas research began in a systematic
way.
9
Problem Solving and Decision Making
• 7 Steps of Problem Solving
(First 5 steps are the process of decision making)
– Identify and define the problem.
– Determine the set of alternative solutions.
– Determine the criteria for evaluating the alternatives.
– Evaluate the alternatives.
– Choose an alternative.
---------------------------------------------------------------
– Implement the chosen alternative.
– Evaluate the results. 10
Quantitative Analysis and Decision
Making
• Potential Reasons for a Quantitative
Analysis Approach to Decision Making
– The problem is complex.
– The problem is very important.
– The problem is new.
– The problem is repetitive.
11
Problem Solving Process
Formulate the
Problem
Situation Problem
Implement a Solution Statement
Goal: solve a problem
• Model must be valid
Data
• Model must be Construct
a Model
tractable
Implement
• Solution must be the Solution
useful Model
Solution
Find
a Solution
Establish
a Procedure
Data
Construct
• A logical model is a series of a Model
rules, usually embodied in a
computer program
Model
• A mathematical model is a collection of
functional relationships by which allowable
actions are delimited and evaluated.
18
Mathematical Models
• Cost/benefit considerations must be made in
selecting an appropriate mathematical model.
• Frequently a less complicated (and perhaps
less precise) model is more appropriate than a
more complex and accurate one due to cost
and ease of solution considerations.
19
Mathematical Models
• Relate decision variables (controllable inputs) with fixed
or variable parameters (uncontrollable inputs).
• Frequently seek to maximize or minimize some objective
function subject to constraints.
• Are said to be stochastic if any of the uncontrollable
inputs (parameters) is subject to variation (random),
otherwise are said to be deterministic.
• Generally, stochastic models are more difficult to
analyze.
• The values of the decision variables that provide the
mathematically-best output are referred to as the optimal
solution for the model. 20
Transforming Model Inputs into
Output
Uncontrollable Inputs
(Environmental Factors)
Controllable
Mathematical Output
Inputs
Model (Projected Results)
(Decision Variables)
21
Example: Project Scheduling
Consider a construction company building a 250-unit
apartment complex. The project consists of hundreds of
activities involving excavating, framing, wiring,
plastering, painting, landscaping, and more. Some of the
activities must be done sequentially and others can be
done simultaneously. Also, some of the activities can be
completed faster than normal by purchasing additional
resources (workers, equipment, etc.).
What is the best schedule for the activities and for
which activities should additional resources be purchased?
22
Example: Project Scheduling
• Question:
Suggest assumptions that could be made to
simplify the model.
• Answer:
Make the model deterministic by assuming
normal and expedited activity times are known
with certainty and are constant. The same
assumption might be made about the other
stochastic, uncontrollable inputs.
23
Example: Project Scheduling
• Question:
How could management science be used
to solve this problem?
• Answer:
Management science can provide a
structured, quantitative approach for
determining the minimum project
completion time based on the activities'
normal times and then based on the
activities' expedited (reduced) times. 24
Example: Project Scheduling
• Question:
What would be the uncontrollable
inputs?
• Answer:
– Normal and expedited activity completion
times
– Activity expediting costs
– Funds available for expediting
– Precedence relationships of the activities
25
Example: Project Scheduling
• Question:
What would be the decision variables of the
mathematical model? The objective function?
The constraints?
• Answer:
– Decision variables: which activities to expedite and
by how much, and when to start each activity
– Objective function: minimize project completion time
– Constraints: do not violate any activity precedence
relationships and do not expedite in excess of the
funds available. 26
Example: Project Scheduling
• Question:
Is the model deterministic or stochastic?
• Answer:
Stochastic. Activity completion times, both
normal and expedited, are uncertain and subject
to variation. Activity expediting costs are
uncertain. The number of activities and their
precedence relationships might change before
the project is completed due to a project design
change. 27
Solving the Mathematical Model
• Many tools are available as
Model discussed before
Find a
• Some lead to “optimal”
solution solutions (deterministic
Models)
• Others only evaluate
candidates trial and
Solution Tools error to find “best” course
of action
33
Report Generation
• A managerial report, based on the results of the
model, should be prepared.
• The report should be easily understood by the
decision maker.
• The report should include:
– the recommended decision
– other pertinent information about the results (for
example, how sensitive the model solution is to the
assumptions and data used in the model)
34
Components of OR-Based
Decision Support System
• Data base (nurse profiles,
external resources, rules)
• Graphical User Interface (GUI);
web enabled using java or VBA
• Algorithms, pre- and post-
processor
• What-if analysis
• Report generators
35
Examples of OR Applications
• Rescheduling aircraft in response to groundings
and delays
• Planning production for printed circuit board
assembly
• Scheduling equipment operators in mail
processing & distribution centers
• Developing routes for propane delivery
• Adjusting nurse schedules in light of daily
fluctuations in demand
36
Example: Iron Works, Inc.
Iron Works, Inc. (IWI) manufactures two products
made from steel and just received this month's allocation of
b pounds of steel. It takes a1 pounds of steel to make a unit
of product 1 and it takes a2 pounds of steel to make a unit of
product 2.
Let x1 and x2 denote this month's production level of
product 1 and product 2, respectively. Denote by p1 and p2
the unit profits for products 1 and 2, respectively.
The manufacturer has a contract calling for at least m
units of product 1 this month. The firm's facilities are such
that at most u units of product 2 may be produced monthly.
37
Example: Iron Works, Inc.
• Mathematical Model
– The total monthly profit =
(profit per unit of product 1)
x (monthly production of product 1)
+ (profit per unit of product 2)
x (monthly production of product 2)
= p1x1 + p2x2
We want to maximize total monthly profit:
Max p1x1 + p2x2
38
Example: Iron Works, Inc.
• Mathematical Model (continued)
– The total amount of steel used during monthly
production =
(steel required per unit of product 1)
x (monthly production of product 1)
+ (steel required per unit of product 2)
x (monthly production of product 2)
= a1x1 + a2x2
This quantity must be less than or equal to the
allocated b pounds of steel:
a1x1 + a2x2 < b 39
Example: Iron Works, Inc.
• Mathematical Model (continued)
– The monthly production level of product 1 must
be greater than or equal to m:
x1 > m
– The monthly production level of product 2 must
be less than or equal to u:
x2 < u
– However, the production level for product 2
cannot be negative:
x2 > 0
40
Example: Iron Works, Inc.
• Mathematical Model Summary
41
Example: Iron Works, Inc.
• Question:
Suppose b = 2000, a1 = 2, a2 = 3, m = 60, u = 720, p1 =
100, p2 = 200. Rewrite the model with these specific values for
the uncontrollable inputs.
• Answer:
Substituting, the model is:
Max 100x1 + 200x2
s.t. 2x1 + 3x2 < 2000
x1 > 60
x2 < 720
x2 > 0
42
Example: Iron Works, Inc.
• Question:
The optimal solution to the current model is x1 = 60
and x2 = 626 2/3. If the product were engines, explain
why this is not a true optimal solution for the "real-life"
problem.
• Answer:
One cannot produce and sell 2/3 of an engine. Thus
the problem is further restricted by the fact that both x1
and x2 must be integers. They could remain fractions if
it is assumed these fractions are work in progress to be
completed the next month.
43
Example: Iron Works, Inc.
44
1
Problem formulation
Steps in OR
2
Study M odel building
3
Data collection
4
Data analysis
5
Coding
M odel No
6 Fine-tune
verification and model
validation
Yes
7
Experimental design
8
Analysis of results 45
Success Stories of OR
46
Application Areas
• Strategic planning
• Supply chain management
• Pricing and revenue management
• Logistics and site location
• Optimization
• Marketing research
47
Applications Areas (cont.)
• Scheduling
• Portfolio management
• Inventory analysis
• Forecasting
• Sales analysis
• Auctioning
• Risk analysis
48
Examples
• British Telecom used OR to schedule workforce for more than
40,000filed engineers. The system was saving $150 million a
year from 1997~ 2000. The workforce is projected to save $250
million.
50