Overload List

  Name Description
Public method GetValues(ILPMatrix)
Returns the solution vector for the columns of an LP matrix.
Public method GetValues(array<INumVar>[]()[][])
Returns solution values for an array of variables.
Public method GetValues(ILPMatrix, Int32)
Returns the solution vector for the columns of an LP matrix.
Public method GetValues(array<INumVar>[]()[][], Int32)
Returns solution values for an array of variables.
Public method GetValues(ILPMatrix, Int32, Int32)
Returns the solution vector for a range of columns of an LP matrix.
Public method GetValues(array<INumVar>[]()[][], Int32, Int32)
Returns solution values for a set of variables.
Public method GetValues(ILPMatrix, Int32, Int32, Int32)
Returns the solution vector for a range of columns of an LP matrix.
Public method GetValues(array<INumVar>[]()[][], Int32, Int32, Int32)
Returns solution values for a set of variables.

See Also