Computes and returns sensitivity analysis for the bounds of the range constraints in the array rng
.
lblower[i]
will contain the lowest value to which the lower bound of range rng[i]
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 the same length as rng
. lbupper[i]
will contain the highest value to which the lower bound of range rng[i]
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 the same length as rng
. ublower[i]
will contain the lowest value to which the upper bound of range rng[i]
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 the same length as rng
. ubupper[i]
will contain the highest value to which the upper bound of range rng[i]
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 the same length as rng
. Cplex Class | ILOG.CPLEX Namespace | Cplex.GetRangeSA Overload List