Computes and returns sensitivity analysis for objective coefficients of the variables corresponding to a range of num
consecutive columns of the specified LP matrix.
lower[j]
will contain the lowest value to which the objective coefficient of the variable corresponding to column j+start
of matrix
that 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
. upper[j]
will contain the highest value to which the objective coefficient of the variable corresponding to column j+start
of matrix
that 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 to return objective sensitivity analysis information. matrix
for which to return objective sensitivity analysis.Cplex Class | ILOG.CPLEX Namespace | Cplex.GetObjSA Overload List