Originally posted by: sandeepsinghchauhan
thanks for your valuable reply.
{E} D = {<p,Us+1,Us> | p in B, Us in asSet(KMin[p]..KMax[p])};
In this equation my 'key int l' values varies with Us+1 which is not the case actually my l values vary as
p.p l Value
1 1 {1 2 3 4 5 6 7 8 9 10}
1 2 {1 2 3 4 5}
1 3 {1 2 3 4 5 6 7}
2 1 {1 2 3 4 }
2 2 {1 2}
......... so on
means it my Us values related with l but not in Us+1 manner
please help
#DecisionOptimization#OPLusingCPLEXOptimizer