Changing from non linear to linear using Big M

109 Views Asked by At

I have a binary variable $v_{ij}$ and integer variable $c_{ijk}$ and the following relationship:

$$ c_{ijk} \le M \; v_{ij} $$

$M$ is a very large number

Is there a way to change this nonlinear constraint to a linear constraint?