I've encountered an unusual constraint in a LP while reading a paper. I would like to know if the problem remains linear despite the inclusion of this constraint:
$\sum_{i=1}^{g} \prod_{k=1}^{n}X_{ijk}=1 \hspace{1cm}\forall j=1\cdots m$
where the variable $X_{ijk}\in \{0,1\}$ is the decision variable which is binary in nature.
My guess is that it is non-linear as it involves multiplication of variables in the inner loop $k=1\cdots m$. Could you please clarify my doubt?