Overload List

  NameDescription
Public methodGetDuals(ILPMatrix)
Returns the dual solution vector for the constraints corresponding to the rows of an LP matrix.
Public methodGetDuals(array<IRange>[]()[][])
Returns dual solution values for an array of range constraints.
Public methodGetDuals(ILPMatrix, Int32, Int32)
Returns dual solution values for the constraints corresponding to a range of num rows of an LP matrix.
Public methodGetDuals(array<IRange>[]()[][], Int32, Int32)
Returns dual solution values for num consecutive range constraints, starting from the index specified by start.

See Also