Originally posted by: sandeepsinghchauhan
tuple A
{
key int p;
float s;
}
{A} P = ...;
tuple TL
{
key A p;
key int l ;
key int U;
float c;
float t;
}
{TL} Pr with p in P = ...;
after getting Pr i want in Pr my U values will start from 1 and end to its corresponding value like 1..10,1..18 etc.
How can i do it ? please help
#DecisionOptimization#OPLusingCPLEXOptimizer