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

Syntax

C#
public virtual IColumnArray ColumnArray(
	ILPMatrix lp,
	int num,
	int[][] ind,
	double[][] val
)

Parameters

lp
Type: ILPMatrix
num
Type: System..::..Int32
ind
Type: array<array<System..::..Int32>[]()[][]>[]()[][]
val
Type: array<array<System..::..Double>[]()[][]>[]()[][]

Implements

IMPModeler..::..ColumnArray(ILPMatrix, Int32, array<array<Int32>[]()[][]>[]()[][], array<array<Double>[]()[][]>[]()[][])

See Also