T GetValue | ( | int | objectiveIndex, |
int | valueIndex | ||
) |
Gets 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). |
ArgumentOutOfRangeException | If there is no value at the specified objectiveIndex and/or valueIndex . |
Implements IProblem< T >.