- A product can only be ordered between a minimum and maximum amount
- There is a budget w.r.t. the total amount of products
| MIP model with semi-continuous variables |
|---|
| \[\begin{align} \max & \sum_i \color{darkred}x_i \cdot \color{darkblue}{\mathit{rate}}_i \\ & \sum_i \color{darkred}x_i \le \color{darkblue}{\mathit{budget}} \\ & \color{darkred}x_i \in \{0\}\cup [\color{darkblue}L_i,\color{darkblue}U_i] \end{align} \] |