Computes and returns sensitivity analysis for objective coefficients for num
consecutive variables, starting at the index specified by start
.
lower[j]
will contain the lowest value to which the objective coefficient 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
. upper[j]
will contain the highest value to which the objective coefficient 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
. var
for which objective sensitivity analysis will be returned. var
for which objective sensitivity analysis will be returned.Cplex Class | ILOG.CPLEX Namespace | Cplex.GetObjSA Overload List