Minimum activity level
Continuous production rate make that may be 0 (the plant is not operating) or between allowed production limits MAKEMIN and MAKEMAX
- Introduce a binary variable ifmake to mean
ifmake : 0 if plant is shut 1 plant is open make ≥ MAKEMIN · ifmake [1] make ≤ MAKEMAX · ifmake [2] - The ifmake binary variable also allows us to model fixed costs
- FCOST: fixed production cost
- VCOST: variable production cost
cost = FCOST · ifmake + VCOST · make [3] make ≥ MAKEMIN · ifmake [1] make ≤ MAKEMAX · ifmake [2]