Overload List

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

See Also