Computes and returns sensitivity analysis for the bounds of num
consecutive range constraints in the array rng
, starting with the index specified by rng[start]
.
lblower[i]
will contain the lowest value to which the lower bound of range rng[i+start]
can be set without affecting the optimality of the basis. If this information is not required, null
may be passed. Otherwise, the array must have at least length num
. lbupper[i]
will contain the highest value to which the lower bound of range rng[i+start]
can be set without affecting the optimality of the basis. If this information is not required, null
may be passed. Otherwise, the array must have at least length num
. ublower[i]
will contain the lowest value to which the upper bound of range rng[i+start]
can be set without affecting the optimality of the basis. If this information is not required, null
may be passed. Otherwise, the array must have at least length num
. ubupper[i]
will contain the highest value to which the upper bound of range rng[i+start]
can be set to without affecting the optimality of the basis. If this information is not required, null
may be passed. Otherwise, the array must have at least length num
. rng
for which the sensitivity information is requested. rng
for which the sensitivity information is requested.Cplex Class | ILOG.CPLEX Namespace | Cplex.GetRangeSA Overload List