ILOG CPLEX .NET Reference Manual

CplexModeler.Max Method

Returns an expression representing the maximum of its two arguments.

Overload List

Returns an expression representing the maximum of its two arguments.

public virtual IIntExpr Max(IIntExpr,IIntExpr);

Returns an expression representing the maximum of its two arguments.

public virtual IIntExpr Max(IIntExpr,int);

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

public virtual IIntExpr Max(IIntExpr[]);

 

public virtual IIntExpr Max(IloIntSetVar);

 

public virtual IIntExpr Max(IloIntSetVar,IloIntToIntFunction);

 

public virtual INumExpr Max(IloIntSetVar,IloIntToNumFunction);

Returns an expression representing the maximum of its two arguments.

public virtual INumExpr Max(INumExpr,INumExpr);

Returns an expression representing the maximum of its two arguments.

public virtual INumExpr Max(INumExpr,double);

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

public virtual INumExpr Max(INumExpr[]);

Returns an expression representing the maximum of its two arguments.

public virtual INumExpr Max(double,INumExpr);

Returns an expression representing the maximum of its two arguments.

public virtual IIntExpr Max(int,IIntExpr);

See Also

CplexModeler Class | ILOG.CPLEX Namespace