Creates and returns an array of a number of columns, starting from the specified index, of the specified objective and the corresponding array of values.

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

Syntax

C#
public virtual ColumnArray ColumnArray(
	IObjective obj,
	double[] val,
	int start,
	int num
)
Visual Basic
Public Overridable Function ColumnArray ( _
	obj As IObjective, _
	val As Double(), _
	start As Integer, _
	num As Integer _
) As ColumnArray

Parameters

obj
Type: ILOG.Concert..::..IObjective
val
Type: array<System..::..Double>[]()[][]
start
Type: System..::..Int32
num
Type: System..::..Int32

Implements

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

Remarks

See Also