Returns reduced costs for the variables corresponding to a range of num
columns of LP matrix, starting from the column specified by start
.
matrix
for which to query the reduced cost. The reduced costs for the specified columns of LP matrix. If dj
is the array returned by this method, dj[j]
will be the reduced cost for the variable corresponding to column j+start
of matrix
.
matrix
is not in the active model. ILOG.Concert.Exception
, or one of its derived classes, is thrown.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetReducedCosts Overload List