sum

how to code constraint 15 in the attachment?
where x(i,t) is variable.
1.PNG

Hi

Once again use $-constraints to restrain the sum

sum(k$(ord(k) > 1), 1/x(k)

If the set k has numbers as set elements (e.g. /1*10/) you can use k.val instead of ord.
Cheers
Renger