Originally posted by: BDoppelganger
hi, did anybody use the function IloSum. if I want to do such an operation:
for(j=0;j<T;j++)
{c[i][k]+=a[i][j][k]*b[j][k];}
where:
a is IloNumVarArray;
b is constant Array in C++;
can I use IloSum to do this operator???
If it's possible, how to use it??? and what's type should c
][ be ????
#CPLEXOptimizers#DecisionOptimization