Computes and returns sensitivity analysis for the constraints corresponding to num
rows of the LP matrix matrix
starting with row start
.
lblower[i]
will contain the lowest value to which the lower bound of the constraint corresponding to row i+start
of matrix
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 the constraint corresponding to row i+start
of matrix
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 the constraint corresponding to row i+start
of matrix
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 the constraint corresponding to row i+start
of matrix
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
. matrix
for which sensitivity analysis is to be computed. matrix
for which sensitivity analysis is to be computed.Cplex Class | ILOG.CPLEX Namespace | Cplex.GetRangeSA Overload List