Scoop
Scoop
SCOOP
US Air Force wanted to investigate the feasibility of
applying mathematical techniques to military budgeting
and planning.
George Dantzig had proposed that interrelations between activities of a large
organization can be viewed as a LP model and that the optimal program
(solution) can be obtained by minimizing a (single) linear objective function.
Air Force initiated project SCOOP (Scientific Computing of Optimum
Programs)
NOTE:
SCOOP began in June 1947 and at the end of the same summer,
Dantzig and associates had developed:
1) An initial mathematical model of the general linear programming
problem.
2) A general method of solution called the simplex method.
Example
A School is investigating various ways of
composing the faculty for a proposed new
elementary school. They can hire teachers
and aides. The amount of money the school
district will spend on salaries each year
depends on how many teachers and on how
many aides are hired.
Variables
Let t = number of teachers hired
Let a = number of aides hired
Let d = number of thousands of dollars spent
annually on faculty salaries
How much money is spent?
t ≥ 12
School Board Requirements
For the proper
teacher-to-aide ratio,
the number of
teachers must be at
least half the
number of aides.
t ≥ 1/2a
School Board Requirements
It is impossible to
hire a negative
number of aides or
teachers!
t≥0
a≥0
Question
What is the
minimum feasible
cost of staff for the
new College?
How many
teachers and aides
will we hire?
Answer
Did you find that
we would spend a
minimum of
$260,000 per year?
We can hire 12
teachers and 8
aides!
is a mathematical / OR
technique designed to aid
managers in allocating
scarce resources (such as
labor, capital, or energy)
among competing activities.
reflects, in the form of a
model, the organization's attempt to
achieve some objective (frequently,
maximizing profit contribution,
maximizing rate of return,
minimizing costs) in view of limited
or constrained resources (available
capital or labor, service levels,
available machine time, budgets)
….technique can be said to
have a linear objective function
that is to be optimized (either
maximized or minimized)
subject to linear equality or
inequality constraints and sign
restrictions on the variables.
The term linear describes the
proportionate relationship of
two or more variables. Thus, a
given change in one variable
will always cause a resulting
proportional change in another
variable.
A company manufacturers
agricultural fertilizers. It is
interested in minimizing costs
while meeting certain specified
levels of nitrogen, phosphate,
and potash by blending together
a number of raw materials.
An investor wants to
maximize his or her rate of
return by investing in stocks
and bonds. The investor can
set specific conditions that
have to be met including
availability of capital.
A company wants the best
possible advertising exposure
among a number of national
magazines, and radio and
television commercials within
its available capital
requirements.
An oil refinery blends
several raw gasoline and
additives to meet a car
manufacturer's
specifications while still
maximizing its profits.
A city wants to maximize
the daytime use of
recreational properties
being proposed for
purchase with a limited
capital available.
LP is solved in a step-by-
step manner called iterations.
Each step of the procedure is an
attempt to improve on the
solution until the "best answer"
is obtained or until it is shown
that no feasible answer exists.
To formulate a real-life problem as a
linear program is an art in itself. It is
helpful to isolate the essential
elements of the problem as a means
of asking what the clients wants and
what information can be gained from
the data that has been provided.
The first step in
formulating a problem
is to set forth the
objective called the
objective function.
A second element of a problem is that
there are certain constraints on the
company's ability to maximize the total
contribution. These constraints are:
quantity of raw materials available,
1. the level of demand for the products,
2. the equipment productive capacity.
3. So it’s the restrictions that limit the
degree to which a manager can
pursue an objective.
A further element is the time period
being used. The duration may be
either long term or short term.
Although time is an important
element, it is one that has flexibility
so that the time horizon may be
changed as long as the restrictions
are compatible with the periods
under consideration.
The last element is that every product
has a likelihood of being made. These
products are the dependent or decision
variables.
Of course, the likelihood of a variable's
being in the answer may change with the
price or contribution values (usually
profit and the nature of the restraints)
The first stage of solving linear
programming problems is to set forth the
problem in a mathematical form by defining
the variables and the resulting constraints.
Generally, the relationship is fairly simple
using only elementary algebraic notation.
The relationships can be seen by first
identifying the decision variables. To aid in
using algebraic notation, the decision
variables can be represented by symbols
such as X, Y, Z.
Next, we build the objective
function. If the goal is to maximize
profit, we identify our objective
function as
Maximize total profit, or
Minimize total loss (cost).
Then we write problem constraints
The Decent China Company produces two
products daily; bowls and mugs. The
company has limited amounts of two
resources used in the production of these
products clay and labor. Given these
limited resources, the company desires to
know how many bowls to produce each
day, in order to Maximize profit.
The two products have the following resource
requirements for production and profit per item
produced (i.e., the model parameters).
Product Labor Clay Profit
Hrs/unit Lbs/unit Rs / unit
Plate 1 4 4
Mug 2 3 5
A 10 20 08 100
D 07 14 12 70
X1 = in national certificates
X2 = in Defense Savings Cert
X3 = in NIT
X4 = in Khas deposit
Maximize Z = Rs (.085) X1
+(.100) X2+(.65)X3+(.130)X4
X2 < X 1 + X 3 + X 4
At least 30% of the
investment should be in
NIT and Defense
Savings Certificates.
x + y < 60
y < 30
EXAMPLES
The simplex method is based on the
following fundamental properties:
Property 1:The collection of feasible
solutions constitutes a convex set.
Property 2: If a feasible solution exists, a
basic feasible solution exists where the
basic feasible solution corresponds to the
extreme points (corner points) of the set
of feasible solutions.
Property 3: There exists only a
finite number of basic feasible
solutions.
Property 4: If the objective
function possesses a finite
maximum or minimum, then at
least one optimal solution is a
basic feasible solution.