ReadOnlyCollection<T> GetObjective | ( | int | index | ) |
Gets the objective (problem matrix row) belonging to the specified index .
Access is read-only.
index | The index to get the corresponding objective for. |
ArgumentOutOfRangeException | If there is no objective at the specified index . |
Implements IProblem< T >.