Overload List

  Name Description
Public method Range(Double, Double)
Creates and returns an empty IRange object.
Public method Range(Double, INumExpr, Double)
Creates and returns an instance of IRange initialized to represent the constraint lb <= expr <= ub.
(Inherited from IModeler.)
Public method Range(Double, Double, String)
Creates and returns an empty IRange object with the name specified by name.

The new IRange object is initialized to represent the constraint lb <= 0 <= ub. The new IRange object is assigned name as its name. This method is typically used in an application that applies column-wise modeling to fill in the expression for the ranged constraint while creating the variables.

Public method Range(Double, INumExpr, Double, String)
Creates and returns an instance of IRange initialized to represent the constraint lb <= expr <= ub and assigned the name name.
(Inherited from IModeler.)

See Also