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