Dear All,
I want to model a variable that only can be applied for certaint set index. For example:
Variable NPGMax {
IndexDomain: (i,g,ng)|ord(i) = 1 or ord(i) = 3 or ord(i) = 6;
}
where the variable NPGMax is only applied for index 1, 3, or 6 of set bus with index i.
Is it possibel to do it dynamiclly where the value 1,3, or 6 can be assigned as an input parameter?
Thank you very much.