void RemoveObjectiveAt | ( | int | index | ) |
Removes the objective (problem matrix row) at the specified index .
index | Corresponds to the objective (row) which should be removed. |
ArgumentOutOfRangeException | If there is no objective at the specified index . |
Implements IProblem< T >.