Linear Programming Models
Linear Programming Models
Maximum Expected
Boat Builder Cost Seating Daily Profit
Speedhawk Sleekboat $6000 3 $ 70
Silverbird Sleekboat $7000 5 $ 80
Catman Racer $5000 2 $ 50
Classy Racer $9000 6 $110
` Define the decision variables
x1 = number of Speedhawks ordered
x2 = number of Silverbirds ordered
x3 = number of Catmans ordered
x4 = number of Classys ordered
` Define the objective function
Maximize total expected daily profit:
Max: (Expected daily profit per unit)
x (Number of units)
Max: 70x1 + 80x2 + 50x3 + 110x4
` Define the constraints
(1) Spend no more than $420,000:
6000x1 + 7000x2 + 5000x3 + 9000x4 < 420,000
(2) Purchase at least 50 boats:
x1 + x2 + x3 + x4 > 50
(3) Number of boats from Sleekboat equals
number of boats from Racer:
x1 + x2 = x3 + x4 or x1 + x2 - x3 - x4 = 0
` Define the constraints (continued)
(4) Capacity at least 200:
3x1 + 5x2 + 2x3 + 6x4 > 200
Nonnegativity of variables:
xj > 0, for j = 1,2,3,4
` Complete Formulation
Destination
Mode San Diego Norfolk Pensacola
Truck $12 $6 $5
Railroad 20 11 9
Airplane 30 26 28
Transportation Problem
` Solution Summary
San Diego will receive 1000 lbs. by truck
and 3000 lbs. by airplane.
Norfolk will receive 2000 lbs. by truck
and 500 lbs. by railroad.
Pensacola will receive 2500 lbs. by railroad.
The total shipping cost will be $142,000.
` Data envelopment analysis (DEA) is an LP application
used to determine the relative operating efficiency of
units with the same goals and objectives.
` DEA creates a fictitious composite unit made up of an
optimal weighted average (W1, W2,…) of existing units.
` An individual unit, k, can be compared by determining E,
the fraction of unit k’s input resources required by the
optimal composite unit.
` If E < 1, unit k is less efficient than the composite unit
and be deemed relatively inefficient.
` If E = 1, there is no evidence that unit k is inefficient,
but one cannot conclude that k is absolutely efficient.22
` The DEA Model
MIN E
s.t. Weighted outputs > Unit k’s output
(for each measured output)
Weighted inputs < E [Unit k’s input]
(for each measured input)
Sum of weights = 1
E, weights > 0
The Langley County School District is trying to
determine the relative efficiency of its three high
schools. In particular, it wants to evaluate
Roosevelt High. The district is evaluating
performances on SAT scores, the number of
seniors finishing high school, and the number
of students who enter college as a function of
the number of teachers teaching senior classes,
the prorated budget for senior instruction, and
the number of students in the senior class.
` Input