Overload List
| Name | Description | |
|---|---|---|
| GetValues(ILPMatrix) |
Returns the solution vector for the columns of an LP matrix.
| |
| GetValues(array<INumVar>[]()[][]) |
Returns solution values for an array of variables.
| |
| GetValues(ILPMatrix, Int32) |
Returns a solution vector from the solution pool for the columns
of an LP matrix.
| |
| GetValues(array<INumVar>[]()[][], Int32) |
Returns solution values from the solution pool for an array of variables.
| |
| GetValues(ILPMatrix, Int32, Int32) |
Returns the solution vector for a range of num
columns of an LP matrix, starting at the index specified by
start.
| |
| GetValues(array<INumVar>[]()[][], Int32, Int32) |
Returns solution values for a set of variables.
| |
| GetValues(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.
| |
| GetValues(array<INumVar>[]()[][], Int32, Int32, Int32) |
Returns solution values from the solution pool for a set of variables.
|