Computes and returns sensitivity analysis for the bounds of the variables in the array vars
.
lblower[j]
will contain the lowest value the lower bound of variable var[j]
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 the same length as var
. lbupper[j]
will contain the highest value the lower bound of variable var[j]
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 the same length as var
. ublower[j]
will contain the lowest value the upper bound of variable var[j]
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 the same length as var
. ubupper[j]
will contain the highest value the upper bound of variable var[j]
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 the same length as var
. Cplex Class | ILOG.CPLEX Namespace | Cplex.GetBoundSA Overload List