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

LSP

  • Added new methods LSCollection.isUndefined() and LSArray.isUndefined() to test if the collection or the array is undefined.

Python

C++

C#

Java

  • Added LSOperator.Hull operator.

  • Added LSModel.Hull to create hull expressions.

  • Added new methods LSCollection.isUndefined and LSArray.isUndefined to test if the collection or the array is undefined.