Skip to main content
FRAMES NO FRAMES

IlcMin

public IlcIntExp IlcMin(IlcInt exp1, const IlcIntExp exp2)
public IlcIntExp IlcMin(const IlcIntExp exp1, IlcInt exp2)
public IlcIntExp IlcMin(const IlcIntExp exp1, const IlcIntExp exp2)
public IlcIntExp IlcMin(const IlcIntVarArray array)
public IlcInt IlcMin(const IlcIntArray array)
public IlcInt IlcMin(const IlcInt exp1, const IlcInt exp2)
public IlcFloatExp IlcMin(const IlcFloatExp exp1, IlcFloat exp2)
public IlcFloatExp IlcMin(IlcFloat exp1, const IlcFloatExp exp2)
public IlcFloatExp IlcMin(const IlcFloatExp exp1, const IlcFloatExp exp2)
public IlcFloatExp IlcMin(const IlcFloatVarArray array)
public IlcFloat IlcMin(const IlcFloatArray array)
public IlcFloat IlcMin(IlcFloat a, IlcFloat b)
Definition file: ilcp/cpext.h
Include file: <ilcp/cpext.h>
Returns the minimum of its argument or arguments.

This function returns the minimum of its argument or arguments.

When its argument is an array of constrained expressions, this function creates a new constrained expression equal to the minimum of its argument.

When at least one of its arguments is a constrained expression, this function creates a new constrained expression equal to the minimum of its arguments.

When both its arguments are numeric (that is, values of type IloInt or IloNum), it simply creates and returns a value of that type.

See Also: