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

Namespace: ILOG.Concert
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
ColumnArray ColumnArray(
	ILPMatrix lp,
	int num
)
Visual Basic
Function ColumnArray ( _
	lp As ILPMatrix, _
	num As Integer _
) As ColumnArray

Parameters

lp
Type: ILOG.Concert..::..ILPMatrix
The ILPMatrix object for which to create the new column.
num
Type: System..::..Int32
The size of the new column array term to create.

Return Value

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

See Also