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.HULLoperator.Added
LSModel.hullto create hull expressions.
C++¶
Added
O_Hulloperator.Added
LSModel::hull()to create hull expressions.
C#¶
Added
LSOperator.Hulloperator.Added
LSModel.hullto create hull expressions.
Java¶
Added
LSOperator.Hulloperator.Added
LSModel.Hullto create hull expressions.