Creates an IColumnArray object suitable for adding new variables to an ILPMatrix as empty columns.

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

Syntax

C#
IColumnArray ColumnArray(
	ILPMatrix lp,
	int num
)

Parameters

lp
Type: ILPMatrix
num
Type: System..::..Int32

Return Value

An IColumnArray object suitable for creating num empty columns to the ILPMatrix.

See Also