Overload List

  NameDescription
Public methodGetValues(ILPMatrix)
Returns the solution vector for the columns of an LP matrix.
Public methodGetValues(array<INumVar>[]()[][])
Returns solution values for an array of variables.
Public methodGetValues(ILPMatrix, Int32)
Returns a solution vector from the solution pool for the columns of an LP matrix.
Public methodGetValues(array<INumVar>[]()[][], Int32)
Returns solution values from the solution pool for an array of variables.
Public methodGetValues(ILPMatrix, Int32, Int32)
Returns the solution vector for a range of num columns of an LP matrix, starting at the index specified by start.
Public methodGetValues(array<INumVar>[]()[][], Int32, Int32)
Returns solution values for a set of variables.
Public methodGetValues(ILPMatrix, Int32, Int32, Int32)
Returns a solution vector from the solution pool for a range of num columns of an LP matrix, starting at the index specified by start.
Public methodGetValues(array<INumVar>[]()[][], Int32, Int32, Int32)
Returns solution values from the solution pool for a set of variables.

See Also