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 13.0¶
Modeling operators¶
Hull¶
The smallest interval including all intervals given in operands. This operator accepts n operands of type interval, or an unique operator of type array of intervals. The operator returns an interval with a start equal to the smallest start of its operands, and an end equal to the largest end of its operands. Void intervals given in operands will be ignored.
API Changes¶
Python¶
Added
LSOperator.HULL
operator.Added
LSModel.hull
to create hull expressions.
C++¶
Added
O_Hull
operator.Added
LSModel::hull()
to create hull expressions.
C#¶
Added
LSOperator.Hull
operator.Added
LSModel.hull
to create hull expressions.
Java¶
Added
LSOperator.Hull
operator.Added
LSModel.Hull
to create hull expressions.