Originally posted by: HuiD
I've defined a tuple like this
tuple a{
int m;
string n;
}
{a} someA = {<1, "1">, <2, “2”>, <3, "3">};
How am I suppose to traverse the tuple set? Like, find the tuple with the maximum "m" in all three tuples in the set. I'm using OPL IDE, not with C++.
I can't find relevant content in the manual or the forum. Thanks!
#DecisionOptimization#OPLusingCPLEXOptimizer