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.0¶
Modeling operators¶
Contains¶
Contains operator can now be used on constant arrays.
Sort¶
The SORT operator can now be applied to any collection (list, set, union,
distinct, intersection). The sort operator still guarantee that the order of
elements having the same key is preserved, except when the object is a set.
In that case, the order of elements having the same key will be
determined by their ascending values.