Overload List

  NameDescription
Public methodGetAX(ILPMatrix)
Returns an array containing the row activity values for the constraints corresponding to the rows of an LP matrix.
Public methodGetAX(IRange)
Returns the row activity value for a range constraint.
Public methodGetAX(array<IRange>[]()[][])
Returns row activity values for an array of range constraints.
Public methodGetAX(ILPMatrix, Int32, Int32)
Returns row activity values for a range of num consecutive rows, starting from the index specified by start, of an LP matrix.
Public methodGetAX(array<IRange>[]()[][], Int32, Int32)
Queries row activity values for a set of range constraints.

See Also