Returns dual solution values for the constraints corresponding to a range of num
rows of an LP matrix.
An array containing the dual solution values for the constraints corresponding to the specified rows of 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+start
of the ILPMatrix
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