min

Syntax

y = min(x)
y = min(x,z)
y = min(x,[],dim)
[y,loc]= min(x,[],dim)

Operator implementation

The operator has support for both convex models where a graph representation can be used, and nonconvex scenarios where a mixed-integer model is required.

If the location index loc is requested, an integer model will always be required.