Creates an IColumn object suitable for adding a new variable to an LP matrix as an empty column. Note, that the column of the LP matrix is only created when creating a variable with the returned IColumn object but not when calling this method.

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

Syntax

C#
IColumn Column(
	ILPMatrix lp
)

Parameters

lp
Type: ILPMatrix

Return Value

The new IColumn object.

See Also