Linear Programming
Linear Programming
MANAGEMENT SCIENCE
LINEAR PROGRAMMING
◼ The company’s profit is the sum of the individual profits gained from each bowl and
mug.
Max Z = P40x + P50y
Where
Z = total profit for day
P40x = profit from bowls
P50y = profit from mugs
MODEL CONSTRAINTS
◼ For each bowl produced, 1 hour of labor is required. Similarly, each mug
requires 2 hours of labor.
1x + 2y
However, the amount of labor is limited to 40 hours per day; thus, the complete
labor constraint is
1x + 2y ≤ 40 hr
▪ the amount of clay used daily for the production of bowls is 4 pounds; and
because each mug requires 3 pounds of clay,
4x + 3y ≤ 120lb
NONNEGATIVITY CONSTRAINTS