Overload List

  NameDescription
Public methodAddRange(Double, Double)
Creates, returns, and adds to the invoking model an empty IRange object.
Public methodAddRange(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 methodAddRange(Double, Double, String)
Creates, returns, and adds to the invoking model an empty IRange object with the specified name and upper and lower bounds.
Public methodAddRange(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