I have the following question. In an exercise they tell me:
You have the following product B that brings $25 of profit per unit, and takes a production time of 2.1 man-hours per unit to produce.
However, once more than 110 units have been produced, the number of man-hours required will become 3.1 man-hours for any additional units.
I am not sure how to express this within my maximisation formula paired to the constraints. I thought about splitting it into two variables, $X_{b1}$ and $X_{b2}$ where the first variable is for those units under 110 produced, and the second over.
However, when it comes to expressing it through constraints I got stuck at the following step:
- $X_{B1}$ ≤ 110 + M$w_{B}$
- 2.1$X_{B}$ + $w_{B}$ ≤ 231 (Given that 2.1*110 units is 231 and $w_{B}$ is a binary variable which indicates whether the production of B is over 110 units.)
I thought this step would help me restrict the value of B1 to under 110, but I am pretty stuck. Any help is appreciated.
P.S: The maximum number of man-hours to produce the items is 730.