void AddValues | ( | T [] | values | ) |
Adds a value to every objective (one column to the problem matrix).
For each objective, the specific value at the corresponding array index in values is used.
values | The values to be added. |
InvalidOperationException | If the length of values is not equal to the objective count. |
Implements IProblem< T >.