| void SetEpsilonConstraint | ( | int | index, |
| float | value | ||
| ) |
If the given objective index is valid, the corresponding epsilon-constraint is set to the specified value .
| index | The objective index of the epsilon-constraint to be set. The index needs to be greater than or equal to 0 and smaller than the objective count. |
| value | The new epsilon-constraint for the objective with the specified index . |
| ArgumentOutOfRangeException | If there is no objective with the specified index . |