I would like te insert the following data into AIMMS.On := data
{ 'DEG 1' : { 29, 30 } ,
'DEG 2' : { 23, 24, 25, 26 } ,
'DEG 4' : { 33, 34, 35, 36 }
};For each DEG (which are contained in a set) with index i, I would like to insert a a set of numbers ( which is a subset set of the set Time).What should I use? Parameter, Set, Element Parameter.Is there something that immediately can read the data as presented above?Thanks in advance