Hi There
I am wondering if there's an easy way to do the following:
I have a model up and running (MIP) with 8 prodcuts. however I want to look at different cases for the coefficient values infront of the 8 binary variables (i.e. different parameter values).
Say now these values may range from 1 to 100. I would like to generate a matrix (see attached image), with all combinations of the different values (e.g. 0,25,50,75,100)

I was wondering if there's an easy way to generate such a matrix. Only way I can think is to write code in MainExecution with for loops for the cases and products.
Bernie