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

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

Syntax

C#
IIntExpr Max(
	int val,
	IIntExpr e2
)

Parameters

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

See Also