Originally posted by: UDOPS
Model elements:
tuple blocktime {int block; int time;}
{blocktime} BlockOccupied=...;
float LambdaBlock
BlockOccupied=...;
The index is a tuple, dimension 2.
If I wish to pass this information to another model in ILOG Script, following the Lagrangian example in the distribution, then my problem is that I see no way to define array variables with a tuple index.
My workaround has been to script the writing of a .dat file at each iteration and then to re-read the data from the .dat file.
#DecisionOptimization#OPLusingCPLEXOptimizer