Creates and returns an array of columns from the specified objective and 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
)
Visual Basic
Public Overridable Function ColumnArray ( _
	obj As IObjective, _
	val As Double() _
) As ColumnArray

Parameters

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

Implements

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

Remarks

See Also