Linear Programming Formulation
Linear Programming Formulation
Programming
Formulation
Linear Programming
Linear programming deals with optimization (max or
min) of linear functions subject to linear constraints.
Sales of sofa sets are 8,000 per period, each selling for Rs.7,500. A
capacity constraint of 500,000 direct labour hours obliges the
company to sub-contract some components.
The variable overheads vary with direct labour hours at Rs. 2 per
hour. Fixed costs are Rs. 1,750,000 per period and labour costs Rs.
5.50 per hour.
Formulate LPP to minimize costs.
• Decision variables:
The nos of sofas, tables, chairs made / bought:
sm, sb, tm, tb, cm, cb.
• The table on the next slide calculates the cost per
unit of each decision variable (objective function
coefficients)
• Hence the objective function is:
Min 1750 sm +2500 sb + 875 tm + 1000 tb + 625 cm + 750 cb + FC
• Constraints:
– Demand for sofas: sm + sb = 8000
– Demand for tables: tm + tb = 16,000
– Demand for chairs: cm + cb = 32,000
– Direct labour hours: 100 sm + 50 tm + 10 cm <= 500,000
• Constraints:
– Requirement of V: 2x1 + 4 x2 60
– Requirement of W: 3x1 + 2 x2 75