Overload List

  NameDescription
Public methodAddMaximize()()()()
Creates and returns an empty maximization objective function and adds it to the invoking model.
Public methodAddMaximize(String)
Creates and returns an empty maximization objective function with the specified name and adds it to the invoking model.
Public methodAddMaximize(INumExpr)
Creates and returns an instance of IObjective representing an objective to maximize the expression expr and added to the invoking model.
(Inherited from IModeler.)
Public methodAddMaximize(INumExpr, String)
Creates and returns an instance of IObjective, representing an objective to maximize the expression expr, assigned the name name, and added to the invoking model.
(Inherited from IModeler.)

See Also