In: Operations Management
Hart Manufacturing makes three products. Each product requires manufacturing operations in three departments: A, B, and C. The labor-hour requirements, by department, are as follows:
Department | Product 1 | Product 2 | Product 3 |
A | 3.00 | 2.00 | 1.50 |
B | 1.00 | 2.50 | 2.00 |
C | 0.25 | 0.25 | 0.25 |
During the next production period the labor-hours available are 450 in department A, 350 in department B, and 50 in department C. The profit contributions per unit are $28 for product 1, $30 for product 2, and $25 for product 3.
(a) | Formulate a linear programming model for maximizing total profit contribution. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
If the constant is "1" it must be entered in the box. If required, round your answers to two decimal places. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Let Pi = units of product i produced | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
(b) | Solve the linear program formulated in part (a). How much of each product should be produced, and what is the projected total profit contribution? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Profit $ |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
(c) | After evaluating the solution obtained in part (b), one of the production supervisors noted that production setup costs had not been taken into account. She noted that setup costs are $600 for product 1, $550 for product 2, and $400 for product 3. If the solution developed in part (b) is to be used, what is the total profit contribution after taking into account the setup costs? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
(d) | Management realized that the optimal product mix, taking setup costs into account, might be different from the one recommended in part (b). Formulate a mixed-integer linear program that takes setup costs provided in part (c) into account. Management also stated that we should not consider making more than 175 units of product 1, 150 units of product 2, or 140 units of product 3. What are the new objective function and additional equation constraints? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
If the constant is "1" it must be entered in the box. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Let Yi is one if any quantity of product i is produced and zero otherwise. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
(e) | Solve the mixed-integer linear program formulated in part (d). How much of each product should be produced and what is the projected total profit contribution? Compare this profit contribution to that obtained in part (c). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
If required, round your answers to nearest whole number. If your answer is zero enter “0”. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Updated Profit $ |
a)
The formulation will be
Max 28P1 + 30P2 + 25P3
ST
3P1 + 2P2 + 1.5P3 <= 450
1P1 + 2.5P2 + 2 P3 <= 350
0.25P1 + 0.25P2 + 0.25P3 <=50
P1, P2, P3 >= 0
b)
The solution is shown below
Amount to product
P1 = 80
P2 = 60
P3 = 60
Profit = 5540
c)
Profit = 5540 – 600 – 550 – 400 = 3990
d)
If there is setup cos then the modification are
Max 28P1 + 30P2 + 25P3 - 600Y1 - 550Y2 - 400Y3
ST
P1 <= 175Y1
P2 <= 150Y2
P3 <= 140Y3
e)
The solution is shown below
P1 = 100
P2 = 0
P3 = 100
Profit = 4300