Creates and returns the new expression max(e1, val).

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
IIntExpr Max(
	IIntExpr e1,
	int val
)

Parameters

e1
Type: ILOG.Concert..::..IIntExpr
val
Type: System..::..Int32

See Also