Originally posted by: Yashgt
Hi,
I have a tuple:
tuple Students {
int rollnum;
String name;
.
.
.
}
{Students} studs = ...;
I need an array:
int marks[<this index should be of Students.rollnum>] = ...;
How do I declare the array such that the indexes in the array are not entire Student objects but only the rollnums?
Regards
#DecisionOptimization#OPLusingCPLEXOptimizer