Returns the dual solution vector for the constraints corresponding to the rows of an LP matrix.
An array containing the dual solution values for the constraints corresponding to the rows of an LP matrix. If pi
is the array returned by this method, pi[i]
will be the dual solution value for the constraint corresponding to row i
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.GetDuals Overload List