Hello everyone,
In the problem that I have to solve, I have got two sets: j (=1, …, 5) and k (=1, …, 9). I also have a parameter: parameter(j,k) and I want that j begins from 2 (and not from 1) for this parameter. How do I put it in AIMMS?
Moreover, in my objective function I want to minimize the sum of my costs but for j >= 2. My current formula looks like this: sum j, 200*W(j)] with W(j) a variable
How do I specify that I want j to be larger or equal than 2?
Thank you