Returns reduced costs for the variables corresponding to the columns of an LP matrix.
An array containing the reduced costs for the variables corresponding to the columns of matrix
. If dj
is the array returned by this method, dj[j]
will be the reduced cost value for the variable corresponding to column j
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