Creates and returns continuous modeling variables, all of type Float, all with same upper bound, all with the same lower bound, for column-wise modeling.

This method creates new modeling variables of type INumVarType.Float, each with the same specified bounds, and returns them in an array. The number of new variables is determined by the size of the IColumnArray argument cols. The new variables are then installed in existing modeling objects as defined by the IColumnArray argument cols.

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

Syntax

C#
INumVar[] NumVarArray(
	IColumnArray cols,
	double lb,
	double ub
)

Parameters

cols
Type: ILOG.Concert..::..IColumnArray
lb
Type: System..::..Double
ub
Type: System..::..Double

Return Value

The array of new continuous modeling variables.

See Also