Overload List

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

See Also