| void SetValue | ( | int | objectiveIndex, |
| int | valueIndex, | ||
| T | value | ||
| ) |
Sets a value (single element of the problem matrix).
| objectiveIndex | The index of the targeted objective (row). |
| valueIndex | The index of the targeted objective value (column). |
| value | The value to be set. |
| ArgumentOutOfRangeException | If there is no value at the specified objectiveIndex and/or valueIndex . |
Implements IProblem< T >.