Operations Research Chapter1
Operations Research Chapter1
Operations Research Chapter1
RESEARCH
Introduction to OR
Presented
BY
SAID HASSAN ABDULKASIM
CONTEXT:
• Terminology
• The Methodology of O.R
• History of O.R
• Basic O.R concepts
• Two Mines Example
• Review Exercise
Terminology
— Operations
The activities carried out in an organization.
— Research
Research is a systematic, scientific, controlled and empirical.
• Is less expensive
• x, y ≥ 0 Non-Negativity Constraints
Formulating the Problem:
Variables
Constraints
Objective
Variables:
These represent the "decisions that have to be made" or
the "unknowns".
We have two decision variables in this problem:
x = number of days per week mine X is
operated
y = number of days per week mine Y is
operated
Note here that x ≥ 0 and y ≥ 0.
Some Notes
• The mathematical problem given above has the form
all variables continuous (i.e. can take
fractional values)
a single objective (maximize or minimize)
the objective and constraints are linear i.e. any term is
either a constant or a constant multiplied by an unknown
(e.g. 24, 4x, 6y are linear terms but xy or x² is a non-linear
term).
Any formulation which satisfies these three conditions is called a linear
program (LP).
We have (implicitly) assumed that it is permissible to work in fractions of
days –
problems where this is not permissible and variables must take integer
values will be dealt with under Integer Programming (IP).
Discussion
This problem was a decision problem.
We have taken a real-world situation and constructed an
equivalent mathematical representation - such a
representation is often called a mathematical model of
the real-world situation (and the process by which the
model is obtained is called formulating the model).
"OR is the representation of real-world systems
by mathematical models together with the use of
quantitative methods (algorithms) for solving such
models, with a view to optimizing."
Review Exercise