Originally posted by: TheLoneStranger
Hello,
I have an IloIntMap which I know will be 2-dimensional.
I do not know what the type of the indexes are (could be IloInt / IloNum / IloString)
How do I iterate over the map without using the operator[ IloInt ] version (or similar for Num/String) ?
Regards,
Mark
PS I have tried using the IloMap<IloInt>::iterator() call, but this leaks the iterator.
#DecisionOptimization#OPLusingCPLEXOptimizer