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

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0

Syntax

C#
ILinearIntExpr LinearIntExpr(
	int val
)
Visual Basic
Function LinearIntExpr ( _
	val As Integer _
) As ILinearIntExpr

Parameters

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

Return Value

Integer linear expression initialized as the constant val.

Remarks