param QUOTA{M, S} integer;
data;
param QUOTA :=
[*, 1]
M1 4
M2 10
end;
...so in this example, the desired slice would be [*, {1..3}]
A workaround I thought is to define subsets which partition the values to be assigned and then define QUOTA for each of those subsets, but that's not a nice solution IMHO (better than duplicating though).
Thanks.
Nilo Cesar Teixeira
address@hidden