SlideShare a Scribd company logo
OPERATION RESEARCH
Topics
 Quantitative Approach to Decision Making
 History of Operation research
 Overview of Operation Research
 Definition of OR
 OR Models
 Application of OR
 Advantages and Limitations of OR
Problem Solving and Decision Making
 Problem solving can be defined as the process of identifying a
difference between the actual and the desired state of affairs and
then taking action to resolve the difference. Problem solving process
consist of seven steps.
1. Identify and define the problem.
2. Determine the set of alternative solutions.
3. Determine the criterion or criteria that will be used to evaluate the alternatives.
4. Evaluate the alternatives.
5. Choose an alternative.
6. Implement the selected alternative.
7. Evaluate the results to determine whether a satisfactory solution has been obtained.
Decision Making
 Decision making is the term generally associated with
the first five steps of the problem solving process.
1. Identify and define the problem.
2. Determine the set of alternative solutions.
3. Determine the criterion or criteria that will be used to evaluate
the alternatives.
4. Evaluate the alternatives.
5. Choose an alternative.
Example
 You would like a position that will lead to a
satisfying career. Suppose that your job search has
resulted in offers from companies in IBM, TCS, Exide
and Facebook
1. Identify and define the problem.
2. Determine the set of alternative solutions.
Step 3: Determine the criteria that will be used to evaluate the alternatives.
 Criteria : Salary Factor (find the best solution with
respect to one criterion are referred to as single-
criterion decision problems.)
Alternatives Salary
IBM 45000
TCS 40000
Exide 48500
Facebook 52000
Multi criteria Decision Problems
 Criterion: Salary, Potential for advancement and
job location. What decision you will take?
Alternatives Salary Potential for
Advancement
Job Location
IBM 45000 Average Good
TCS 40000 Excellent Average
Exide 48500 Good Excellent
Facebook 52000 Average Average
Decision Making
 Assume we have taken first alternatives as best
decision by some method. (Decision making process
is complete)
 Defined the problem.
 Identified the alternatives.
 Determined the criteria's.
 Evaluated the alternatives.
 Chosen an alternative.
Quantitative Analysis and Decision
Making
Analyzing the Problem
Analyzing the Problem
 Qualitative Analysis : It is based primarily on
manager‟s judgment and experiences. (manager
might faced similar problem in past)
 Quantitative Analysis: By applying management
decision science methodology and analyze the
problem. (some mathematical and statistical tools)
Why Quantitative technique
 The problem is complex, and the manager cannot develop a good solution without
the aid of quantitative analysis. ( Ex: Schedule 10,000 workers for 1,00,000
operation)
 The problem is especially important (e.g., a great deal of money is involved), and
the manager desires a thorough analysis before attempting to make a decision.
 The problem is new, and the manager has no previous experience
 The problem is repetitive, and the manager saves time and effort by relying on
quantitative procedures to make routine decision recommendations.
History of Operation Research
 Operation research origins in World War II for military
services
 Urgent need to allocate resources at efficient manner.
 British and US called large number of scientists from discipline
were asked to do research on military operation.
 Developed effective method to locate radar (Britain Air
Battle). Developed a better method to manage convoy and
antisubmarine operation(North Atlantic). Developed a method
to utilize resources efficiently( resource cost reduced one half).
Development of operation Research
 Success of OR in the war spurred interest in outside
the military (business, industry and government)
 Two factors played a major for rapid growth of OR
 Continuous contribution by scientist's to improve the
techniques of OR
 Computer Revolution
Overview of Operation Research
 Define the problem and gather the data
 Formulate a mathematical model to represent the
problem
 Derive a solutions from the model
 Validate the model
 Implement
Define the problem
 How to define the problem?
 Study the relevant system (business, industry etc) and
develop a well defined statement of problem to be
considered.
 It helps to determine objectives (Ex: Minimize cost of
operation, maximize the profit of company, maintain high
level of safety) , constraints (limited resources),
interrelationship, possible alternatives, time limits for making
decision and so on.
Model
 Models are representations of real objects or situations and
can be presented in various forms. The purpose of any
model is that it enables us to make inferences about the real
situation by studying and analyzing the model
 Iconic model : Physical replica of real objects (airplane, toy truck)
 Mathematical model: Representations of a problem by a system
of symbols and mathematical relationships.
 For example, the total profit from the sale of a product can be
determined by multiplying the profit per unit by the quantity sold.
P= 10X
Problem
 How many bowls and mugs should be produced to
maximize profits given labor and materials constraints?
 Product resource requirements and unit profit:
 Total labor hours available is 40 hours and total clay is
120 lb.
Mathematical model
Maximize Z = 40X1 + 50X2
subject to:
1X1 + 2X2 ≤40
4X1 + 3X2 ≤ 120
X1, X2 ≥ 0
Derive a solution from the model
 Numerous algorithms are available to solve the problem
(ex: simplex algorithm)
 A common theme in OR is search for an optimal or best
solution .
 It also helps to conduct post optimality analysis (what if
analysis: what would happen to optimal solution if different
assumptions are made about future conditions)
 It also helps to identify sensitive parameters of model
(sensitivity analysis)
Validate the model
 Model may contains many flaws (missed out some
valuable information while defining the model). So
it won‟t give correct result.
 One way of validating the model is to use a
retrospective test. (Reconstruct the past using
historical data and find shortcomings and require
modifications)
Implementation
 Model developer or OR consultant explains about new
system to be adopted (For Ex: Developed a
computerized system for optimally scheduling and
deploying workforce)
 Take frequent feedback and modify the model if
require.
 Document the methodology clearly and accurately
enough so that work is reproducible.
Definition of OR
 “Scientific approach to decision making that involves the operations
for organized systems. O.R. is concerned with optimal decision
making in and modelling of deterministic and probabilistic systems
that originate from real life,” – Hillier & Lieberman, Introduction to
Operations Research, 8th Ed., Holden- Day, 2005.
 “Operations Research is the application of scientific methods to
decision problems. It has found wide use and acceptance in all areas
of business, government and industry.” – Saul L. Gass, College of
Business & Management, University of Maryland, 1979.
Definition of OR
 “The use of analytic methods adapted from mathematics for solving
operational and business problems” – Computer Dictionary, Charles J.
Sippl and Charles P. Sippl, Howard W. Sams & Co., Inc., Indianapolis,
1978.
 “A scientific method of providing executive department with a
quantitative basis for decisions making operations under their
control.” – Morse & Kimball, Methods of Operations Research,
Columbia University Press for office of Naval Research, 1943 (9th
printing, 1963).
OR Models
 Linear Programming:
 It consists of a single objective function, representing either
a profit to be maximized or a cost to be minimized, and a
set of constraints.
 the objective function and constraints are all linear functions.
 Countless real-world applications have been successfully
modeled and solved using linear programming techniques.
OR Models
 Network Flow Programming:
 The class of network flow programs includes such problems
as the transportation problem, the assignment problem, the
shortest path problem, the maximum flow problem, the pure
minimum cost flow problem, and the generalized minimum
cost flow problem.
 When a situation can be entirely modeled as a network,
very efficient algorithms exist for the solution of the
optimization problem.
OR Models
 Integer Programming:
 Concerned with optimization problems in which some of
the variables are required to take on discrete values.
 Situation like binary decisions such as yes-no, build-no
build or invest-not invest can be modeled easily.
OR Models
 Nonlinear Programming:
 When expressions defining the objective function or
constraints of an optimization model are not linear.
 Indeed it can be argued that all linear expressions are
really approximations for nonlinear ones.
 In general a nonlinear programming model is much
more difficult to solve than a similarly sized linear
programming model.
OR Models
 Dynamic Programming:
 DP model describes a process in terms of states,
decisions, transitions and returns. The process begins in
some initial state where a decision is made. The
decision causes a transition to a new state.
 The process continues through a sequence of states until
finally a final state is reached. The problem is to find
the sequence that maximizes the total return.
OR Models
 Stochastic Programming:
 The mathematical programming models, such as linear
programming, network flow programming and integer
programming generally neglect the effects of uncertainty
and assume that the results of decisions are predictable and
deterministic.
 Stochastic programming explicitly recognizes uncertainty by
using random variables for some aspects of the problem
OR Models
 Stochastic Process:
 In many practical situations the attributes of a system
randomly change over time. Examples include the
number of customers in a checkout line, congestion on a
highway, the number of items in a warehouse, and the
price of a financial security, to name a few. When
aspects of the process are governed by probability
theory, we have a stochastic process.
OR Models
 Markov Chain:
 the stochastic process can be described by a matrix
which gives the probabilities of moving to each state
from every other state in one time interval.
 It illustrates how to construct a model of this type and
the measures that are available.
OR Model
 Game theory:
 The analysis of competitive situations (or situations of
conflict) using mathematical models
 Fundamentally about the study of decision-making
 Investigations are concerned more with choices and
strategies than „best‟ solutions.
It seeks to answer the questions:
 What strategies are there?
 What kinds of solutions are there?
Examples of OR in action
 Scheduling: of aircrews and the fleet for airlines, of
vehicles in supply chains, of orders in a factory and of
operating theatres in a hospital.
 Facility planning: computer simulations of airports for
the rapid and safe processing of travelers, improving
appointments systems for medical practice.
 Planning and forecasting: identifying possible future
developments in telecommunications, deciding how much
capacity is needed in a holiday business.
Examples of OR in action
 Yield management: setting the prices of airline seats and hotel rooms to
reflect changing demand and the risk of no shows.
 Credit scoring: deciding which customers offer the best prospects for credit
companies.
 Marketing: evaluating the value of sale promotions, developing customer
profiles and computing the life-time value of a customer.
 Defense and peace keeping: finding ways to deploy troops rapidly.
Applications of OR
 Yield Management at American Airlines:
 American Airlines estimates the quantifiable benefit of $1.4
billion over a three-year evaluation period and expects an
annual revenue contribution of over $500 million to continue into
the future.
 New Product Market Assessment by Assessor for 450 new
products:
 Assessor has helped reduce the failure rate of new products in
test markets by almost half and saved the 100 client firms an
estimated $120 million.
Applications of OR
 Package Routing and Aircraft Scheduling at United Parcel Service :
 planning to buy 30 jets to handle a predicted increase in package
volume. After solving its scheduling problem, UPS determined it could
get by with just 18 to 26 new jets. At $60 million a jet, UPS saved
between $240 and $720 million.
 Interactive Optimization System for GTE Telephone Network
Planning:
 largest local telephone company in the United States. They applied OR
and made a new model which is Netcap. It improved productivity by
more than 500% and saved GTE an estimated $30 million per year in
network construction costs
Advantages of OR
 Effective Decisions (Better and quicker decision. helps to evaluate risk and
return of alternatives)
 Better Coordination (OR plays a major role in Overall approach. So it
easily coordinate the decision taken by different department in an
organization)
 Facilitates Control (it helps to find out and correct the deviation in the
performances)
 Improves Productivity (It helps to decide about the selection, location and
size of the factories, warehouses, etc. It helps in inventory control. It helps in
production planning and control. It also helps in manpower planning. It uses
mathematical and statistical techniques to improve overall productivity)
Limitations of OR
 In the quantitative analysis of operations research, certain
assumptions and estimates are made for assigning quantitative
values to factors involved. If such estimates are wrong, the result
would be- equally misleading.
 It is not a substitute for the entire process of decision making.
 A knowledge of some concepts of mathematics and statistics is
prerequisite for adoption of quantitative analysis by the managers.
 Intangible factors of human behavior cannot be quantified
accurately and all the patterns of relationships among the factors
may not be covered.

More Related Content

What's hot

Operation Research Techniques
Operation Research Techniques Operation Research Techniques
Operation Research Techniques
Lijin Mathew
 
Operation research ppt chapter one
Operation research ppt   chapter oneOperation research ppt   chapter one
Operation research ppt chapter one
mitku assefa
 
Operations Research - Models
Operations Research - ModelsOperations Research - Models
Operations Research - Models
Sundar B N
 
Assignment model
Assignment modelAssignment model
Assignment model
Palash Badal
 
Operation research and its application
Operation research and its applicationOperation research and its application
Operation research and its application
priya sinha
 
Operations research-an-introduction
Operations research-an-introductionOperations research-an-introduction
Operations research-an-introduction
Manoj Bhambu
 
Operational research
Operational researchOperational research
Operational research
Dr Ramniwas
 
Operation's research models
Operation's research modelsOperation's research models
Operation's research models
Abhinav Kp
 
Transportation problems
Transportation problemsTransportation problems
Transportation problems
VishalHotchandani2
 
Assignment problem
Assignment problemAssignment problem
Assignment problemAbu Bashar
 
Decision theory
Decision theoryDecision theory
Decision theory
KULDEEP MATHUR
 
Dynamic Programming
Dynamic ProgrammingDynamic Programming
Dynamic Programming
contact2kazi
 
Sequencing problems in Operations Research
Sequencing problems in Operations ResearchSequencing problems in Operations Research
Sequencing problems in Operations Research
Abu Bashar
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
Alvin Niere
 
Game Theory Operation Research
Game Theory Operation ResearchGame Theory Operation Research
Game Theory Operation Research
R A Shah
 
Replacement theory
Replacement theoryReplacement theory
Replacement theory
VILAS ADOLE
 
Game theory
Game theoryGame theory
Game theory
NEELAM KUSHWAHA
 
Replacement Theory Models in Operations Research by Dr. Rajesh Timane
Replacement Theory Models in Operations Research by Dr. Rajesh TimaneReplacement Theory Models in Operations Research by Dr. Rajesh Timane
Replacement Theory Models in Operations Research by Dr. Rajesh Timane
Rajesh Timane, PhD
 

What's hot (20)

Operation Research Techniques
Operation Research Techniques Operation Research Techniques
Operation Research Techniques
 
Operation research ppt chapter one
Operation research ppt   chapter oneOperation research ppt   chapter one
Operation research ppt chapter one
 
Operations Research - Models
Operations Research - ModelsOperations Research - Models
Operations Research - Models
 
Assignment model
Assignment modelAssignment model
Assignment model
 
Operation research and its application
Operation research and its applicationOperation research and its application
Operation research and its application
 
Operations research-an-introduction
Operations research-an-introductionOperations research-an-introduction
Operations research-an-introduction
 
Operational research
Operational researchOperational research
Operational research
 
Game theory
Game theoryGame theory
Game theory
 
Operation's research models
Operation's research modelsOperation's research models
Operation's research models
 
Transportation problems
Transportation problemsTransportation problems
Transportation problems
 
Assignment problem
Assignment problemAssignment problem
Assignment problem
 
Modi method
Modi methodModi method
Modi method
 
Decision theory
Decision theoryDecision theory
Decision theory
 
Dynamic Programming
Dynamic ProgrammingDynamic Programming
Dynamic Programming
 
Sequencing problems in Operations Research
Sequencing problems in Operations ResearchSequencing problems in Operations Research
Sequencing problems in Operations Research
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
Game Theory Operation Research
Game Theory Operation ResearchGame Theory Operation Research
Game Theory Operation Research
 
Replacement theory
Replacement theoryReplacement theory
Replacement theory
 
Game theory
Game theoryGame theory
Game theory
 
Replacement Theory Models in Operations Research by Dr. Rajesh Timane
Replacement Theory Models in Operations Research by Dr. Rajesh TimaneReplacement Theory Models in Operations Research by Dr. Rajesh Timane
Replacement Theory Models in Operations Research by Dr. Rajesh Timane
 

Viewers also liked

Mis chapter 4 information systems, management, and decision making
Mis chapter 4 information systems, management, and decision makingMis chapter 4 information systems, management, and decision making
Mis chapter 4 information systems, management, and decision making
Filmon Habtemichael Tesfai
 
2.4.14 lecture ppt leadership skills
2.4.14 lecture ppt leadership skills2.4.14 lecture ppt leadership skills
2.4.14 lecture ppt leadership skillsMFMinickiello
 
OB - Decision Making
OB - Decision MakingOB - Decision Making
OB - Decision Making
Jon R Wallace
 
Groups & teams
Groups & teams   Groups & teams
Groups & teams
jeshin jose
 
Decision Making In Management
Decision Making In ManagementDecision Making In Management
Decision Making In ManagementVinesh Pathak
 
Leadership ppt
Leadership pptLeadership ppt
Leadership pptDivya Rani
 
DECISION MAKING POWERPOINT
DECISION MAKING POWERPOINT DECISION MAKING POWERPOINT
DECISION MAKING POWERPOINT
Andrew Schwartz
 
Decision making
Decision makingDecision making
Decision making
Seta Wicaksana
 
Theories of leadership
Theories of leadershipTheories of leadership
Theories of leadershipKesari Nandan
 
Presentation on leadership
Presentation on leadershipPresentation on leadership
Presentation on leadership
sd college
 
Leadership styles
Leadership stylesLeadership styles
Leadership stylesMohini Sahu
 

Viewers also liked (13)

Mis chapter 4 information systems, management, and decision making
Mis chapter 4 information systems, management, and decision makingMis chapter 4 information systems, management, and decision making
Mis chapter 4 information systems, management, and decision making
 
Ppt leadership
Ppt leadershipPpt leadership
Ppt leadership
 
2.4.14 lecture ppt leadership skills
2.4.14 lecture ppt leadership skills2.4.14 lecture ppt leadership skills
2.4.14 lecture ppt leadership skills
 
OB - Decision Making
OB - Decision MakingOB - Decision Making
OB - Decision Making
 
Decision making
Decision makingDecision making
Decision making
 
Groups & teams
Groups & teams   Groups & teams
Groups & teams
 
Decision Making In Management
Decision Making In ManagementDecision Making In Management
Decision Making In Management
 
Leadership ppt
Leadership pptLeadership ppt
Leadership ppt
 
DECISION MAKING POWERPOINT
DECISION MAKING POWERPOINT DECISION MAKING POWERPOINT
DECISION MAKING POWERPOINT
 
Decision making
Decision makingDecision making
Decision making
 
Theories of leadership
Theories of leadershipTheories of leadership
Theories of leadership
 
Presentation on leadership
Presentation on leadershipPresentation on leadership
Presentation on leadership
 
Leadership styles
Leadership stylesLeadership styles
Leadership styles
 

Similar to Operation research history and overview application limitation

Fundamentals of Quantitative Analysis
Fundamentals of Quantitative AnalysisFundamentals of Quantitative Analysis
Fundamentals of Quantitative Analysis
Jubayer Alam Shoikat
 
Operations Research Digital Material.pdf
Operations Research Digital Material.pdfOperations Research Digital Material.pdf
Operations Research Digital Material.pdf
TANVEERSINGHSOLANKI
 
OR chapter 1.pdf
OR chapter 1.pdfOR chapter 1.pdf
OR chapter 1.pdf
AlexHayme
 
Operation research (definition, phases)
Operation research (definition, phases)Operation research (definition, phases)
Operation research (definition, phases)
DivyaKS12
 
Quantitative management
Quantitative managementQuantitative management
Quantitative managementsmumbahelp
 
Chapter-1 Course Material OR (1) (1).pdf
Chapter-1 Course Material OR (1) (1).pdfChapter-1 Course Material OR (1) (1).pdf
Chapter-1 Course Material OR (1) (1).pdf
AnoopVasudev1
 
Operations research.pptx
Operations research.pptxOperations research.pptx
Operations research.pptx
ssuserad3989
 
applications of operation research in business
applications of operation research in businessapplications of operation research in business
applications of operation research in businessraaz kumar
 
Unit.1 . introduction to oprational research
Unit.1 . introduction to oprational researchUnit.1 . introduction to oprational research
Unit.1 . introduction to oprational research
DagnaygebawGoshme
 
Optimazation
OptimazationOptimazation
Operations research ppt
Operations research pptOperations research ppt
Operations research ppt
raaz kumar
 
internship project1 report
internship project1 reportinternship project1 report
internship project1 reportsheyk98
 
10cs661_or_unit-1.ppt
10cs661_or_unit-1.ppt10cs661_or_unit-1.ppt
10cs661_or_unit-1.ppt
raniaraniaragab1010h
 
MIS 05 Decision Support Systems
MIS 05  Decision Support SystemsMIS 05  Decision Support Systems
MIS 05 Decision Support Systems
Tushar B Kute
 
LPP application and problem formulation
LPP application and problem formulationLPP application and problem formulation
LPP application and problem formulation
Karishma Chaudhary
 
Fdp session rtu session 1
Fdp session rtu session 1Fdp session rtu session 1
Fdp session rtu session 1
sprsingh1
 
Ms – 05 management of machines and materials
Ms – 05 management of machines and materialsMs – 05 management of machines and materials
Ms – 05 management of machines and materialssmumbahelp
 
Introduction to Operations Research
Introduction to Operations ResearchIntroduction to Operations Research
Introduction to Operations Research
Aditya Classes
 
CHAPTER Modeling and Analysis Heuristic Search Methods .docx
CHAPTER Modeling and Analysis Heuristic Search Methods .docxCHAPTER Modeling and Analysis Heuristic Search Methods .docx
CHAPTER Modeling and Analysis Heuristic Search Methods .docx
tiffanyd4
 

Similar to Operation research history and overview application limitation (20)

Fundamentals of Quantitative Analysis
Fundamentals of Quantitative AnalysisFundamentals of Quantitative Analysis
Fundamentals of Quantitative Analysis
 
Operations Research Digital Material.pdf
Operations Research Digital Material.pdfOperations Research Digital Material.pdf
Operations Research Digital Material.pdf
 
OR chapter 1.pdf
OR chapter 1.pdfOR chapter 1.pdf
OR chapter 1.pdf
 
Operation research (definition, phases)
Operation research (definition, phases)Operation research (definition, phases)
Operation research (definition, phases)
 
Quantitative management
Quantitative managementQuantitative management
Quantitative management
 
Chapter-1 Course Material OR (1) (1).pdf
Chapter-1 Course Material OR (1) (1).pdfChapter-1 Course Material OR (1) (1).pdf
Chapter-1 Course Material OR (1) (1).pdf
 
Operations research.pptx
Operations research.pptxOperations research.pptx
Operations research.pptx
 
applications of operation research in business
applications of operation research in businessapplications of operation research in business
applications of operation research in business
 
Or senting
Or sentingOr senting
Or senting
 
Unit.1 . introduction to oprational research
Unit.1 . introduction to oprational researchUnit.1 . introduction to oprational research
Unit.1 . introduction to oprational research
 
Optimazation
OptimazationOptimazation
Optimazation
 
Operations research ppt
Operations research pptOperations research ppt
Operations research ppt
 
internship project1 report
internship project1 reportinternship project1 report
internship project1 report
 
10cs661_or_unit-1.ppt
10cs661_or_unit-1.ppt10cs661_or_unit-1.ppt
10cs661_or_unit-1.ppt
 
MIS 05 Decision Support Systems
MIS 05  Decision Support SystemsMIS 05  Decision Support Systems
MIS 05 Decision Support Systems
 
LPP application and problem formulation
LPP application and problem formulationLPP application and problem formulation
LPP application and problem formulation
 
Fdp session rtu session 1
Fdp session rtu session 1Fdp session rtu session 1
Fdp session rtu session 1
 
Ms – 05 management of machines and materials
Ms – 05 management of machines and materialsMs – 05 management of machines and materials
Ms – 05 management of machines and materials
 
Introduction to Operations Research
Introduction to Operations ResearchIntroduction to Operations Research
Introduction to Operations Research
 
CHAPTER Modeling and Analysis Heuristic Search Methods .docx
CHAPTER Modeling and Analysis Heuristic Search Methods .docxCHAPTER Modeling and Analysis Heuristic Search Methods .docx
CHAPTER Modeling and Analysis Heuristic Search Methods .docx
 

More from Balaji P

Probability distribution for Dummies
Probability distribution for DummiesProbability distribution for Dummies
Probability distribution for Dummies
Balaji P
 
Probability basics and bayes' theorem
Probability basics and bayes' theoremProbability basics and bayes' theorem
Probability basics and bayes' theorem
Balaji P
 
Statistics in research
Statistics in researchStatistics in research
Statistics in research
Balaji P
 
Structural equation modeling in amos
Structural equation modeling in amosStructural equation modeling in amos
Structural equation modeling in amos
Balaji P
 
Sampling design
Sampling designSampling design
Sampling design
Balaji P
 
Method of data collection
Method of data collectionMethod of data collection
Method of data collection
Balaji P
 
Measurement and scaling
Measurement and scalingMeasurement and scaling
Measurement and scaling
Balaji P
 
Gantt
GanttGantt
Gantt
Balaji P
 
Research design
Research designResearch design
Research design
Balaji P
 
Research proposal
Research proposalResearch proposal
Research proposal
Balaji P
 
Research problem
Research problemResearch problem
Research problem
Balaji P
 
Research methodology
Research methodologyResearch methodology
Research methodology
Balaji P
 
Research methodology
Research methodology Research methodology
Research methodology
Balaji P
 
Use of quantitative techniques in economics
Use of quantitative techniques in economicsUse of quantitative techniques in economics
Use of quantitative techniques in economics
Balaji P
 

More from Balaji P (14)

Probability distribution for Dummies
Probability distribution for DummiesProbability distribution for Dummies
Probability distribution for Dummies
 
Probability basics and bayes' theorem
Probability basics and bayes' theoremProbability basics and bayes' theorem
Probability basics and bayes' theorem
 
Statistics in research
Statistics in researchStatistics in research
Statistics in research
 
Structural equation modeling in amos
Structural equation modeling in amosStructural equation modeling in amos
Structural equation modeling in amos
 
Sampling design
Sampling designSampling design
Sampling design
 
Method of data collection
Method of data collectionMethod of data collection
Method of data collection
 
Measurement and scaling
Measurement and scalingMeasurement and scaling
Measurement and scaling
 
Gantt
GanttGantt
Gantt
 
Research design
Research designResearch design
Research design
 
Research proposal
Research proposalResearch proposal
Research proposal
 
Research problem
Research problemResearch problem
Research problem
 
Research methodology
Research methodologyResearch methodology
Research methodology
 
Research methodology
Research methodology Research methodology
Research methodology
 
Use of quantitative techniques in economics
Use of quantitative techniques in economicsUse of quantitative techniques in economics
Use of quantitative techniques in economics
 

Recently uploaded

The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 

Recently uploaded (20)

The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 

Operation research history and overview application limitation

  • 2. Topics  Quantitative Approach to Decision Making  History of Operation research  Overview of Operation Research  Definition of OR  OR Models  Application of OR  Advantages and Limitations of OR
  • 3. Problem Solving and Decision Making  Problem solving can be defined as the process of identifying a difference between the actual and the desired state of affairs and then taking action to resolve the difference. Problem solving process consist of seven steps. 1. Identify and define the problem. 2. Determine the set of alternative solutions. 3. Determine the criterion or criteria that will be used to evaluate the alternatives. 4. Evaluate the alternatives. 5. Choose an alternative. 6. Implement the selected alternative. 7. Evaluate the results to determine whether a satisfactory solution has been obtained.
  • 4. Decision Making  Decision making is the term generally associated with the first five steps of the problem solving process. 1. Identify and define the problem. 2. Determine the set of alternative solutions. 3. Determine the criterion or criteria that will be used to evaluate the alternatives. 4. Evaluate the alternatives. 5. Choose an alternative.
  • 5. Example  You would like a position that will lead to a satisfying career. Suppose that your job search has resulted in offers from companies in IBM, TCS, Exide and Facebook 1. Identify and define the problem. 2. Determine the set of alternative solutions.
  • 6. Step 3: Determine the criteria that will be used to evaluate the alternatives.  Criteria : Salary Factor (find the best solution with respect to one criterion are referred to as single- criterion decision problems.) Alternatives Salary IBM 45000 TCS 40000 Exide 48500 Facebook 52000
  • 7. Multi criteria Decision Problems  Criterion: Salary, Potential for advancement and job location. What decision you will take? Alternatives Salary Potential for Advancement Job Location IBM 45000 Average Good TCS 40000 Excellent Average Exide 48500 Good Excellent Facebook 52000 Average Average
  • 8. Decision Making  Assume we have taken first alternatives as best decision by some method. (Decision making process is complete)  Defined the problem.  Identified the alternatives.  Determined the criteria's.  Evaluated the alternatives.  Chosen an alternative.
  • 9. Quantitative Analysis and Decision Making
  • 11. Analyzing the Problem  Qualitative Analysis : It is based primarily on manager‟s judgment and experiences. (manager might faced similar problem in past)  Quantitative Analysis: By applying management decision science methodology and analyze the problem. (some mathematical and statistical tools)
  • 12. Why Quantitative technique  The problem is complex, and the manager cannot develop a good solution without the aid of quantitative analysis. ( Ex: Schedule 10,000 workers for 1,00,000 operation)  The problem is especially important (e.g., a great deal of money is involved), and the manager desires a thorough analysis before attempting to make a decision.  The problem is new, and the manager has no previous experience  The problem is repetitive, and the manager saves time and effort by relying on quantitative procedures to make routine decision recommendations.
  • 13. History of Operation Research  Operation research origins in World War II for military services  Urgent need to allocate resources at efficient manner.  British and US called large number of scientists from discipline were asked to do research on military operation.  Developed effective method to locate radar (Britain Air Battle). Developed a better method to manage convoy and antisubmarine operation(North Atlantic). Developed a method to utilize resources efficiently( resource cost reduced one half).
  • 14. Development of operation Research  Success of OR in the war spurred interest in outside the military (business, industry and government)  Two factors played a major for rapid growth of OR  Continuous contribution by scientist's to improve the techniques of OR  Computer Revolution
  • 15. Overview of Operation Research  Define the problem and gather the data  Formulate a mathematical model to represent the problem  Derive a solutions from the model  Validate the model  Implement
  • 16. Define the problem  How to define the problem?  Study the relevant system (business, industry etc) and develop a well defined statement of problem to be considered.  It helps to determine objectives (Ex: Minimize cost of operation, maximize the profit of company, maintain high level of safety) , constraints (limited resources), interrelationship, possible alternatives, time limits for making decision and so on.
  • 17. Model  Models are representations of real objects or situations and can be presented in various forms. The purpose of any model is that it enables us to make inferences about the real situation by studying and analyzing the model  Iconic model : Physical replica of real objects (airplane, toy truck)  Mathematical model: Representations of a problem by a system of symbols and mathematical relationships.  For example, the total profit from the sale of a product can be determined by multiplying the profit per unit by the quantity sold. P= 10X
  • 18. Problem  How many bowls and mugs should be produced to maximize profits given labor and materials constraints?  Product resource requirements and unit profit:  Total labor hours available is 40 hours and total clay is 120 lb.
  • 19. Mathematical model Maximize Z = 40X1 + 50X2 subject to: 1X1 + 2X2 ≤40 4X1 + 3X2 ≤ 120 X1, X2 ≥ 0
  • 20. Derive a solution from the model  Numerous algorithms are available to solve the problem (ex: simplex algorithm)  A common theme in OR is search for an optimal or best solution .  It also helps to conduct post optimality analysis (what if analysis: what would happen to optimal solution if different assumptions are made about future conditions)  It also helps to identify sensitive parameters of model (sensitivity analysis)
  • 21. Validate the model  Model may contains many flaws (missed out some valuable information while defining the model). So it won‟t give correct result.  One way of validating the model is to use a retrospective test. (Reconstruct the past using historical data and find shortcomings and require modifications)
  • 22. Implementation  Model developer or OR consultant explains about new system to be adopted (For Ex: Developed a computerized system for optimally scheduling and deploying workforce)  Take frequent feedback and modify the model if require.  Document the methodology clearly and accurately enough so that work is reproducible.
  • 23. Definition of OR  “Scientific approach to decision making that involves the operations for organized systems. O.R. is concerned with optimal decision making in and modelling of deterministic and probabilistic systems that originate from real life,” – Hillier & Lieberman, Introduction to Operations Research, 8th Ed., Holden- Day, 2005.  “Operations Research is the application of scientific methods to decision problems. It has found wide use and acceptance in all areas of business, government and industry.” – Saul L. Gass, College of Business & Management, University of Maryland, 1979.
  • 24. Definition of OR  “The use of analytic methods adapted from mathematics for solving operational and business problems” – Computer Dictionary, Charles J. Sippl and Charles P. Sippl, Howard W. Sams & Co., Inc., Indianapolis, 1978.  “A scientific method of providing executive department with a quantitative basis for decisions making operations under their control.” – Morse & Kimball, Methods of Operations Research, Columbia University Press for office of Naval Research, 1943 (9th printing, 1963).
  • 25. OR Models  Linear Programming:  It consists of a single objective function, representing either a profit to be maximized or a cost to be minimized, and a set of constraints.  the objective function and constraints are all linear functions.  Countless real-world applications have been successfully modeled and solved using linear programming techniques.
  • 26. OR Models  Network Flow Programming:  The class of network flow programs includes such problems as the transportation problem, the assignment problem, the shortest path problem, the maximum flow problem, the pure minimum cost flow problem, and the generalized minimum cost flow problem.  When a situation can be entirely modeled as a network, very efficient algorithms exist for the solution of the optimization problem.
  • 27. OR Models  Integer Programming:  Concerned with optimization problems in which some of the variables are required to take on discrete values.  Situation like binary decisions such as yes-no, build-no build or invest-not invest can be modeled easily.
  • 28. OR Models  Nonlinear Programming:  When expressions defining the objective function or constraints of an optimization model are not linear.  Indeed it can be argued that all linear expressions are really approximations for nonlinear ones.  In general a nonlinear programming model is much more difficult to solve than a similarly sized linear programming model.
  • 29. OR Models  Dynamic Programming:  DP model describes a process in terms of states, decisions, transitions and returns. The process begins in some initial state where a decision is made. The decision causes a transition to a new state.  The process continues through a sequence of states until finally a final state is reached. The problem is to find the sequence that maximizes the total return.
  • 30. OR Models  Stochastic Programming:  The mathematical programming models, such as linear programming, network flow programming and integer programming generally neglect the effects of uncertainty and assume that the results of decisions are predictable and deterministic.  Stochastic programming explicitly recognizes uncertainty by using random variables for some aspects of the problem
  • 31. OR Models  Stochastic Process:  In many practical situations the attributes of a system randomly change over time. Examples include the number of customers in a checkout line, congestion on a highway, the number of items in a warehouse, and the price of a financial security, to name a few. When aspects of the process are governed by probability theory, we have a stochastic process.
  • 32. OR Models  Markov Chain:  the stochastic process can be described by a matrix which gives the probabilities of moving to each state from every other state in one time interval.  It illustrates how to construct a model of this type and the measures that are available.
  • 33. OR Model  Game theory:  The analysis of competitive situations (or situations of conflict) using mathematical models  Fundamentally about the study of decision-making  Investigations are concerned more with choices and strategies than „best‟ solutions. It seeks to answer the questions:  What strategies are there?  What kinds of solutions are there?
  • 34. Examples of OR in action  Scheduling: of aircrews and the fleet for airlines, of vehicles in supply chains, of orders in a factory and of operating theatres in a hospital.  Facility planning: computer simulations of airports for the rapid and safe processing of travelers, improving appointments systems for medical practice.  Planning and forecasting: identifying possible future developments in telecommunications, deciding how much capacity is needed in a holiday business.
  • 35. Examples of OR in action  Yield management: setting the prices of airline seats and hotel rooms to reflect changing demand and the risk of no shows.  Credit scoring: deciding which customers offer the best prospects for credit companies.  Marketing: evaluating the value of sale promotions, developing customer profiles and computing the life-time value of a customer.  Defense and peace keeping: finding ways to deploy troops rapidly.
  • 36. Applications of OR  Yield Management at American Airlines:  American Airlines estimates the quantifiable benefit of $1.4 billion over a three-year evaluation period and expects an annual revenue contribution of over $500 million to continue into the future.  New Product Market Assessment by Assessor for 450 new products:  Assessor has helped reduce the failure rate of new products in test markets by almost half and saved the 100 client firms an estimated $120 million.
  • 37. Applications of OR  Package Routing and Aircraft Scheduling at United Parcel Service :  planning to buy 30 jets to handle a predicted increase in package volume. After solving its scheduling problem, UPS determined it could get by with just 18 to 26 new jets. At $60 million a jet, UPS saved between $240 and $720 million.  Interactive Optimization System for GTE Telephone Network Planning:  largest local telephone company in the United States. They applied OR and made a new model which is Netcap. It improved productivity by more than 500% and saved GTE an estimated $30 million per year in network construction costs
  • 38. Advantages of OR  Effective Decisions (Better and quicker decision. helps to evaluate risk and return of alternatives)  Better Coordination (OR plays a major role in Overall approach. So it easily coordinate the decision taken by different department in an organization)  Facilitates Control (it helps to find out and correct the deviation in the performances)  Improves Productivity (It helps to decide about the selection, location and size of the factories, warehouses, etc. It helps in inventory control. It helps in production planning and control. It also helps in manpower planning. It uses mathematical and statistical techniques to improve overall productivity)
  • 39. Limitations of OR  In the quantitative analysis of operations research, certain assumptions and estimates are made for assigning quantitative values to factors involved. If such estimates are wrong, the result would be- equally misleading.  It is not a substitute for the entire process of decision making.  A knowledge of some concepts of mathematics and statistics is prerequisite for adoption of quantitative analysis by the managers.  Intangible factors of human behavior cannot be quantified accurately and all the patterns of relationships among the factors may not be covered.