Or 2016
Or 2016
Or 2016
❖ Terminology
• The British/Europeans refer to “Operational Research", the Americans to
“Operations Research" - but both are often shortened to just "OR".
• Another term used for this field is “Management Science" ("MS"). In U.S. OR
and MS are combined together to form "OR/MS" or "ORMS".
• Yet other terms sometimes used are “Industrial Engineering" ("IE") and
“Decision Science" ("DS").
• It had its early roots in World War II and is flourishing in business and industry
with the aid of computer
• The science of the development of solution techniques used to solve these models
– Choose an alternative.
❖ Advantages of models:
Generally, experimenting with models (compared to experimenting with the real
situation):
• Requires less time
• Is less expensive
• Involves less risk
• Despite the name, linear programming, and the more general category of
techniques called “mathematical programming”, have very little to do with
computer programming.
Giapetto Woodcarving, Inc., manufactures two types of wooden toys: soldiers and trains.
A soldier sells for $27 and uses $10 worth of raw materials.
Each soldier that is manufactured increases Giapetto’s variable labor and overhead cost
by $14. A train sells for $21 and uses $9 worth of raw materials. Each train built
increases Giapetto’s variable labor and overhead cost by $10.
The manufacture of wooden soldiers and trains requires two types of skilled labor:
carpentry and finishing. A soldier requires 2 hours of finishing labor and 1 hour of
carpentry labor. A train requires 1 hour of finishing and 1 hour of carpentry labor. Each
week, Giapetto can obtain all the needed raw material but only 100 finishing hours and
80 carpentry hours.
Demand for trains is unlimited, but at most 40 soldiers are bought each week. Giapetto
wants to maximize weekly profit.
2. Objective function: in any LP, the decision maker wants to maximize (usually
revenue or profit) or minimize (usually costs) some function of the decision
variables. The function to be maximized or minimized is called the objective
function. For the Giapetto problem, we will maximize the net profit (weekly
revenues – raw materials cost – labor and overhead costs).
Weekly revenues and costs can be expressed in terms of the decision variables,
X1 and X2 as following:
• Weekly revenues = weekly revenues from soldiers + weekly revenues from trains
= 27 X1 + 21 X2
Also,
Maximize Z = 3 X1 + 2 X2
Constraint 1: each week, no more than 100 hours of finishing time may be used.
Constraint 2: each week, no more than 80 hours of carpentry time may be used.
Constraint 3: because of limited demand, at most 40 soldiers should be produced.
• The three constraints can be expressed in terms of the decision variables X 1 and
X2 as follows:
Constraint 1: 2 X1 + X2 100
Constraint 2: X1 + X2 80
Constraint 3: X1 40
Note:
The coefficients of the decision variables in the constraints are called technological
coefficients. This is because its often reflect the technology used to produce different
products. The number on the right-hand side of each constraint is called Right-Hand Side
(RHS). The RHS often represents the quantity of a resource that is available.
If a decision variable Xi can only assume a nonnegative values, we add the sign
restriction (called nonnegativity constraints)
Xi 0.
If a variable Xi can assume both positive and negative values (and zero), we say that Xi is
unrestricted in sign (urs).
In our example the two variables are restricted in sign, i.e., X1 0 and X2 0
• Combining the non-negativity constraints with the objective function and the
structural constraints yield the following optimization model (usually called LP
model):
(st)
X1 + X2 80 (carpentry constraint)
Applications Of LP
On hand there are 400 Kg of orange, 300 Kg. of grapefruit, and 200 Kg. of pineapples.
The manager wants grapefruit juice to be used for no more than 30 percent of the number
of containers produced. He wants the ratio of the number of containers of orange juice to
the number of containers of pineapples juice to be at least 7 to 5. Pineapples juice should
not exceed one-third of the total product.
1) Media selection problem
A company has budgeted up to $8000 per week for local advertisement. The money is to
be allocated among four promotional media: TV spots, newspaper ads, and two types of
radio advertisements. The company goal is to reach the largest possible high-potential
audience through the various media. The following table presents the number of potential
customers reached by making use of advertisement in each of the four media. It also
provides the cost per advertisement placed and the maximum number of ads than can be
purchased per week.
(full-page ad)
(1 minute, afternoon)
The company arrangements require that at least five radio spots be placed each week. To
ensure a board-scoped promotional campaign, management also insists that no more than
$1800 be spent on radio advertising every week.
1) Transportation problem
The Top Speed Bicycle Co. manufactures and markets a line of 10-speed bicycles
nationwide. The firm has final assembly plants in two cities in which labor costs are low,
New Orleans and Omaha. Its three major warehouses are located near the larger market
areas of New York, Chicago, and Los Angeles.
The sales requirements for next year at the New York warehouse are 10000 bicycles, at
the Chicago warehouse 8000 bicycles, and at the Los Angeles warehouse 15000 bicycles.
The factory capacity at each location is limited. New Orleans can assemble and ship
20000 bicycles; the Omaha plant can produce 15000 bicycles per year. The cost of
shipping one bicycle from each factory to each warehouse differs, and these unit shipping
costs are:
New Orleans $2 3 5
Omaha 3 1 4
The company wishes to develop a shipping schedule that will minimize its total annual
transportation cost
1) Portfolio selection
The International City Trust (ICT) invests in short-term trade credits, corporate bonds,
gold stocks, and construction loans. To encourage a diversified portfolio, the board of
directors has placed limits on the amount that can be committed to any one type of
investment. The ICT has $5 million available for immediate investment and wishes to do
two things: (1) maximize the interest earned on the investments made over the next six
months, and (2) satisfy the diversification requirements as set by the board of directors.
The specifics of the investment possibilities are:
($ Million)
Trade credit 7 1
Each unit of product B requires 1 hour of milling, 4 hours of assembly, and worth $ 10 of
in-process inventory.
Each unit of product C requires 2 hours of milling, 2 hours of assembly and worth $ 5 of
in-process inventory.
Finally each unit of product D requires 5 hours of milling, no assembly, and worth $ 14
of in-process inventory.
The firm has 150 hours of milling time, 140 hours of assembly time available. In
addition, not more than $ 1,500 may be tied up in in-process inventory.
Each unit of product A returns $ 25 profit, each unit of B return $ 40 profits, each unit of
C has profit of $ 32, and each unit of product D returns $ 24 profits.
Not more than 22 units of product A can be sold, not more than 16 units of product C can
be sold, and any number of products B & D can be produced and sold to satisfy a contract
requirement.
The firm objective is to maximize the profit resulting from the sale of the four products.
The unit revenues and maximum sales for the week are indicated in table 2. Storage from
one week to the next is not permitted. The operating expenses associated with the plant
are $6000 per week, regardless of how many components and products are made. The
$6000 includes all expenses except for material costs.
The manager seeks the optimal product mix that is, the amount of each product that
should be manufactured during the present week in order to maximize profits. Formulate
this as LP.
A linear equation is an equation whose variable quantity or quantities are in the first
power only and whose graph is a straight line.
The following assumptions must be satisfied to justify the use of linear programming.
• Linearity: all functions such as costs, price and technological requirements, must
be linear in nature.
• Certainty: all parameters are assumed to be known with certainty.
• Non-negativity: negative values of decision variables are unacceptable.