Originally posted by: stevenluda
Hi,
In the opl example project: crew scheduling, there is a tuple type defined as
*******************
tuple pairIdx_T {
int i;
int j;
int v;
};
******************
It seems that the field j is not used anywhere in the whole project. Does anyone know where this field is used and what it is used for?
Thanks
#CPLEXOptimizers#DecisionOptimization