Computes and returns sensitivity analysis for the bounds of the num
consecutive variables, starting from the index specified by start
, in the array var
.
lblower[j]
will contain the lowest value the lower bound of variable var[j+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
. lbupper[j]
will contain the highest value to which the lower bound of variable var[j+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[j]
will contain the lowest value to which the upper bound of the variable var[j+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[j]
will contain the highest value to which the upper bound of variable var[j+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
. var
for which to return bound sensitivity analysis. var
for which to return bound sensitivity analysis.Cplex Class | ILOG.CPLEX Namespace | Cplex.GetBoundSA Overload List