Creates and returns a column from the specified objective and value.

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

Syntax

C#
public virtual Column Column(
	IObjective obj,
	double val
)
Visual Basic
Public Overridable Function Column ( _
	obj As IObjective, _
	val As Double _
) As Column

Parameters

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

Implements

IMPModeler..::..Column(IObjective, Double)

Remarks

See Also