1. Manufacturing Product-Mix Optimization
Operations PlannerBackground
A small workshop manufactures two products (x1 and x2) with different profit margins and shared production limits.
Problem
Determine the optimal production quantity of each unit to maximize total profit without exceeding department hours.
How to use
Set objective coefficients to 3, 5 with goal Maximize, then supply machine and labor constraints as separate lines.
Objective: 3, 5
Goal: max
Constraints:
1, 0 <= 4
0, 2 <= 12
3, 2 <= 18
Decimal Places: 4Outcome
Returns an optimal solution of x1 = 2, x2 = 6 with a maximum profit value of 36.