Applications and Solutions of Linear Programming Session 1
Applications and Solutions of Linear Programming Session 1
Applications and Solutions of Linear Programming Session 1
Learning Objectives
After completing this chapter, you should be able to:
1.
Formulate linear programming problems with different objectives. Set up constraints that have unique structures. Translate statements into constraint formulas. Utilize Excel to solve a variety of linear programming problems. Interpret the Excel output of linear programming problems. Make managerial conclusions based on computer (Excel) output. Explain at least two applications of linear programming.
2.
3.
4.
5.
6.
7.
Degree of simplification of the real-world problem Violation of the assumptions of linear programming (additivity, divisibility, certainty, and proportionality)
Simple problem Lp
A company needs to make 2 products A and B. The labour hrs reqd are 4 and 3 respectively, and raw material reqd is 2 and 3 kg respectively. The limit to labour hrs is 96 and raw material is 60 kg. Profit from A is 40 per unit and B is 35 per unit. Solve using LPP for max profit.
1. The World Light Company produces two light fixtures (products 1 and 2) that require both metal frame parts and electrical components. Management wants to determine how many units of each product to produce so as to maximize profit. For each unit of product 1, one unit of frame parts and
The Style and Comfort Furniture Manufacturing Company wishes to determine its production schedule for the next quarter. The company produces four types of furniture, including sofas, love seats, recliners, and coffee tables. The profit contribution from selling one sofa is $120, one love seat is $105, one recliner is $150, and one coffee table is $73. The quarterly production budget is set at $180,000. Each unit of a sofa, love seat, recliner, and coffee table costs $400, $300, $500, and $150, respectively. The sales forecasts indicate that the potential sales volume is limited to 200 units of sofas, 150 units of love seats, 100 units of recliners, and 400 units of coffee tables. There are an aggregate of 800 machine hours
Table 41
Per Unit Machine and Labor Hour Required for Each Product
Policy constraints At least 40 percent of all production costs must be incurred for the sofas. At least 25 percent of all production costs must be allocated to the recliners. There must be at least 30 love seats manufactured.
1.
2.
3.
x1,x2,x3,x4 : no. of sofas,love seats, recliners and coffee tables produced respectively.) Constraints:
400x1>=.40(400x1+300x2+500x3+ 150x4)
500x3>=.25(400 x1+300x2+500x3+150x4)
Solving: -100x1-75x2+375x3-37.5x4>=0
Exhibit 4-1
Input Screen for the Style and Comfort Furniture Company Problem
Exhibit 43
Target cell shows the overall performance measure (i.e., the maximum profit or the minimum cost). Output cell shows the output or quantity of the decision variables based on the changing cells. Data cells simply show the data of the problem (constraint coefficients, objective function coefficients, and right-hand-side constraints).
2.
3.
Exhibit 47
Output Screen for the Style and Comfort Furniture Company Problem
Table 42