Computes and returns sensitivity analysis for the bounds of num
consecutive variables, starting from the index specified by start
, in the specified LP matrix.
lblower[j]
will contain the lowest value that the lower bound of the variable corresponding to column j+start
of matrix
can be set to without affecting the optimality of the basis. If this information is not required, null
may be passed. Otherwise, the length of the array must be at least num
. lbupper[j]
will contain the highest value that the lower bound of the variable corresponding to column j+start
of matrix
can be set to without affecting the optimality of the basis. If this information is not required, null
may be passed. Otherwise, the length of the array must be at least num
. ublower[j]
will contain the lowest value that the upper bound of the variable corresponding to column j+start
of matrix
can be set to without affecting the optimality of the basis. If this information is not required, null
may be passed. Otherwise, the length of the array must be at least num
. ubupper[j]
will contain the highest value that the upper bound of the variable corresponding to column j+start
of matrix
can be set to without affecting the optimality of the basis. If this information is not required, null
may be passed. Otherwise, the length of the array must be at least num
. Cplex Class | ILOG.CPLEX Namespace | Cplex.GetBoundSA Overload List