Originally posted by: optimiz
I actually tried IloInfinity but it doesn't seem to be working. The way I define it:
IloNumArray data (env, 100);
I tried:
for(i=0; i < 100; i++)
{
data[i] = -IloInfinity;
}
It doesn't work. I am not sure about how to get the second form that you suggest. Could you give me an example of how you would set the values to -IloInifinity?
Thanks
#CPLEXOptimizers#DecisionOptimization