Polarith AI
1.8

◆ GetEpsilonConstraint()

float GetEpsilonConstraint ( int  index)

If the given objective index is valid, the corresponding epsilon-constraint is returned.

Parameters
indexThe 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.
Returns
The epsilon-constraint for the objective with the specified index .
Exceptions
ArgumentOutOfRangeExceptionIf there is no objective with the specified index .
Imprint