Originally posted by: ORA17
Hi Daniel @danielJunglas ,
Is it possible to get maxmin ratio for variables with solution 1 with the approach you have suggested?
Kindly refer below example:
Max 54 x1 + 10 x2 + 51 x3 + 95 x4
S.T.
x1 + x2 + x3 + x4 = 2
Max(54 x1 , 10 x2 , 51 x3 , 95 x4) <= 6 Min(54 x1 , 10 x2 , 51 x3 , 95 x4)
because, if we only consider variables with solution 1 then constraints becomes Max(95,51) <= 6 * min(95,51)
but if we consider all variables then solution does not exist as constraints becomes Max(95,51,0,0) <= 6 * min(95,51,0,0)
Kindly advice.
#CPLEXOptimizers#DecisionOptimization