ILOG CPLEX .NET Reference Manual

CplexModeler.Min Method

Returns an expression representing the minimum of its two arguments.

Overload List

Returns an expression representing the minimum of its two arguments.

public virtual IIntExpr Min(IIntExpr,IIntExpr);

Returns an expression representing the minimum of its two arguments.

public virtual IIntExpr Min(IIntExpr,int);

Returns an expression representing the minimum of its argument, the elements of an array.

public virtual IIntExpr Min(IIntExpr[]);

 

public virtual IIntExpr Min(IloIntSetVar);

 

public virtual IIntExpr Min(IloIntSetVar,IloIntToIntFunction);

 

public virtual INumExpr Min(IloIntSetVar,IloIntToNumFunction);

Returns an expression representing the minimum of its two arguments.

public virtual INumExpr Min(INumExpr,INumExpr);

Returns an expression representing the minimum of its two arguments.

public virtual INumExpr Min(INumExpr,double);

Returns an expression representing the minimum of its argument, the elements of an array.

public virtual INumExpr Min(INumExpr[]);

Returns an expression representing the minimum of its two arguments.

public virtual INumExpr Min(double,INumExpr);

Returns an expression representing the minimum of its two arguments.

public virtual IIntExpr Min(int,IIntExpr);

See Also

CplexModeler Class | ILOG.CPLEX Namespace