Computes and returns sensitivity analysis for the bounds of all variables in the specified LP matrix.
lblower[j]
will contain the lowest value that the lower bound of the variable corresponding to column j
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 the number of columns in the matrix. lbupper[j]
will contain the highest value that the lower bound of the variable corresponding to column j
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 the number of columns in the matrix. ublower[j]
will contain the lowest value that the upper bound of the variable corresponding to column j
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 the number of columns in the matrix. ubupper[j]
will contain the highest value that the upper bound of the variable corresponding to column j
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 the number of columns in the matrix. Cplex Class | ILOG.CPLEX Namespace | Cplex.GetBoundSA Overload List