This page is for an old version of Hexaly Optimizer.
We recommend that you update your version and read the documentation for the
latest stable release.
Hexaly Optimizer 14.5¶
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.