Hexaly Optimizer 14.5¶
Release notes
- The
HULLoperator can now be used with aLAMBDA_FUNCTION.
Modeling operators¶
Hull¶
The HULL operator can now be used with a LAMBDA_FUNCTION. The first operand
has to be an iterable and the second one a lambda function returning an interval.
The operator calls the function on each element of the iterable and returns
the smallest interval including all intervals returned by the function. If the
iterable is empty, the hull will be a void interval.