I have an optimization problem and I'm using Python and Gurobi to optimize it. In my problem formulation there is a constraint that has a nested sum.
constraint
I've recently started learning python and I searched in gurobi documentation and example codes and I couldn't find any example of nested sum.
I was wondering if anyone could help me solve this problem. Thanks in advance!