Creates an IColumn object suitable for adding a new variable to the objective obj as a linear term with coefficient val.

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

Syntax

C#
IColumn Column(
	IObjective obj,
	double val
)

Parameters

obj
Type: ILOG.Concert..::..IObjective
val
Type: System..::..Double

Return Value

The new IColumn object.

See Also