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