Creates and returns a linear expression initialized as the constant.

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

Syntax

C#
ILinearNumExpr LinearNumExpr(
	double val
)

Parameters

val
Type: System..::..Double
The constant term of the new linear expression.

Return Value

The linear expression initialized as the constant val.

Remarks