I would like to linear the following constraint $$y\cdot \sum_{i=1}^{N}\mu_ix_i \geq M$$ where $y$ is a positive integer variable, $x_i \in \{0,1\}, i =1,...,N$ are binary variables, $\mu_i, i =1,...,N$ and $M$ are positive constants.
Thank you.
I would like to linear the following constraint $$y\cdot \sum_{i=1}^{N}\mu_ix_i \geq M$$ where $y$ is a positive integer variable, $x_i \in \{0,1\}, i =1,...,N$ are binary variables, $\mu_i, i =1,...,N$ and $M$ are positive constants.
Thank you.
As long as the $x_i$ are not all zero, this inequality can always be satisfied by taking $y$ large enough. So this is equivalent to $\sum_i x_i \geq 1$.