Creates and returns an empty ILPMatrix object with the specified name.

The new ILPMatrix object is initialized to 0 (zero) columns and 0(zero) rows. It can be populated later using the ILPMatrix manipulation API. The new ILPMatrix object is assigned the name.

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

Syntax

C#
ILPMatrix LPMatrix(
	string name
)

Parameters

name
Type: System..::..String

Return Value

The new ILPMatrix object.

See Also