Returns an expression representing the maximum of its two arguments.
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);