Polarith AI
1.8

◆ SetEpsilonConstraint()

void SetEpsilonConstraint ( int  index,
float  value 
)

If the given objective index is valid, the corresponding epsilon-constraint is set to the specified value .

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