Lecture 3 - Linear Programming
Lecture 3 - Linear Programming
Lecture 3 - Linear Programming
CONTINUED
Special Cases
■ No Feasible Solutions
– Occurs in problems where to satisfy one of the constraints, another constraint must be
violated.
■ Unbounded Problems
– Exists when the value of the objective function can be increased without limit.
■ Redundant Constraints
– A constraint that does not form a unique boundary of the feasible solution space; its removal
would not alter the feasible solution space.
A manager of an automobile dealership must decide how many cars to order for the end
of the model year. Midsize cars yield an average profit of $500 each, and compact cars
yield an average of $400 each. Either type of car will cost the dealership $8,000 each
and no more than $720,000 can be invested. The manager wants at least 10 of each
type of car but no more than 50 of the midsized cars and no more than 60 of the
compact cars.
(a) Formulate the linear programming model of this problem.
(b) Solve for the optimal quantities of each type of car and the optimal value of the
objective function.
Question No. 25, Page 147
The manager of an inspection department has been asked to help reduce a backlog of safety devices that must be
inspected. There are two types of safety devices: one for construction workers and one for window washers. The
manager will be permitted to select any combination of items because new testing equipment will soon be available
that will handle the remaining items. However, in the short run, the manager has been asked to help generate revenue.
The revenue for each construction device is $60, and the revenue for each window washing device is $40. The
manager has obtained data on the necessary inspection operations, which are
𝑥2 2𝑥1 + 𝑥2 ≤160
𝑥1 + 2𝑥2 ≤ 200
𝑥1
Graph
𝑥2
𝑥1
Graph
𝑥2
𝑥1
Q. No. 28, Page 148
A production manager is faced with the question of how to allocate the manufacturing
of a microwave oven between his own company and a subcontractor because neither
firm can handle the demand alone. Fabrication costs are $10 per unit within the
company and $20 per unit from the subcontractor; assembly costs are $8 per unit
within the company and $1 per unit from the subcontractor. The company has a budget
of $120,000 for fabrication, and $40,000 for assembly, and $12,000 for inspection.
The contribution to profits is $60 per unit regardless of which firm does the work.
Objective Function
Maximize, 𝑍 = 𝑥1 + 𝑥2
Subject to constraints,
Fabrication: 10𝑥1 + 20𝑥2 ≤ 120,000
Assembly: 8𝑥1 + 5𝑥2 ≤ 40,000
Inspection: 3𝑥1 + 1𝑥2 ≤ 12,000
𝑥1 , 𝑥2 ≥ 0