Lec 1+ Sec 1-1
Lec 1+ Sec 1-1
Prepared By
Dr/Marwa Yahya
Introduction
Operations research, which is concerned
with the efficient allocation of scarce
resources, is both an art and science. The art
lies in the ability to depict the concepts
efficient and scarce in a well-defined
mathematical model of a given situation.
The Origins of operations
Research
The formal activities of Operations Research (OR)
were initiated in England during World War II when a
team of British scientists set out to make decisions
regarding the best utilization of war material.
Following the end of the war, the ideas advanced in
military operations were adapted to improve
efficiency and productivity in the civilian sector.
Today, OR is a dominant decision making tool.
Definition of Operation
Research
Definition
Operations research is concerned
with scientifically deciding how to
best design and operate man-
machine system usually requiring the
allocation of scarce resources.
Linear programming
Subject to: 𝒈𝟏 𝒙𝟏 , 𝒙𝟐 , … … . , 𝒙𝒏
𝒈𝟐 (𝒙𝟏 , 𝒙𝟐 , … … . , 𝒙𝒏 )
𝒃𝟏
𝒃𝟐
.
≤ .
………………….. = .
≥ .
.
.
𝒃𝒎
𝒈𝒎 (𝒙𝟏 , 𝒙𝟐 , … … . , 𝒙𝒏 )
𝒙𝟏 , 𝒙𝟐 , … … . , 𝒙𝒏 ≥ 𝟎
Optimization problems most often are stated
verbally. The solution procedure is to model the
problem with a mathematical program and then
solve the program. The following approach is
recommended for transforming a word problem
into a mathematical program.
Step I: Introduce decision variables
Step II: Summarize relevant material in
table form, relating columns to the
decision variables, if possible.
Step III: Determine the objective and
write a linear objective function.
Step IV: Write the constraints and non-
negativity condition.
Example (1)
A company makes two products A and B; both
require processing on 2 machines. Product A takes
10 and 15 minutes on the two machines per unit
and product B takes 22 and 18 minutes per unit on
the two machines. The machines are available for
2640 and 2500 minutes respectively per week. The
products are sold for $200 and $175 respectively
per unit. Formulate the linear programming
problem to maximize sales revenue?
Solution
Let 𝒙𝟏 : the number of units of product A
𝒙𝟐 : the number of units of product B
A B Availability
M1 10 22 2640
M2 15 18 2500
Profits 200 175
𝑴𝒂𝒙 𝒁 = 𝟐𝟎𝟎𝒙𝟏 + 𝟏𝟕𝟓𝒙𝟐
Subject to
𝟏𝟎𝒙𝟏 + 𝟐𝟐𝒙𝟐 ≤ 𝟐𝟔𝟒𝟎
𝟏𝟓𝒙𝟏 + 𝟏𝟖𝒙𝟐 ≤ 𝟐𝟓𝟎𝟎
𝒙𝟏 , 𝒙𝟐 ≥ 𝟎
Example (2)
Jay is trying to expand his pastry business to
include cupcakes and personal cakes. He has 40
hours to decorate the new items and can use no
more than 22 grams of cake mix. Each personal
cake requires 2 grams of cake mix and 2 hours to
decorate. Each cupcake order requires one gram
of cake mix and 4 hours to decorate. If he can
sell each personal cake for $ 20 and each
cupcake order for $ 25. Formulate the linear
programming problem.
Solution
x1:the number of cupcake orders.
x2:the number of personal cakes.