Creates a continuous modeling variable, of type Float with upper bound, lower bound, and name as specified, for column-wise modeling.

This method returns an object representing a new modeling variable of type INumVarType.Float with the specified bounds and name. The newly created variable is then installed in existing modeling objects as defined by the IColumn argument column.

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

Syntax

C#
INumVar NumVar(
	IColumn column,
	double lb,
	double ub,
	string name
)

Parameters

column
Type: ILOG.Concert..::..IColumn
lb
Type: System..::..Double
ub
Type: System..::..Double
name
Type: System..::..String

Return Value

The new continuous modeling variable.

See Also