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

C++

C#

  • Added LSOperator.Hull operator.

  • Added LSModel.hull to create hull expressions.

Java

  • Added LSOperator.Hull operator.

  • Added LSModel.Hull to create hull expressions.