Creates and returns an integer linear expression initialized as a constant.

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

Syntax

C#
ILinearIntExpr LinearIntExpr(
	int val
)

Parameters

val
Type: System..::..Int32
Constant term of the new linear expression.

Return Value

Integer linear expression initialized as the constant val.

Remarks