Overload List

  NameDescription
Public methodMaximize()()()()
Creates and returns an empty maximization objective function.
Public methodMaximize(String)
Creates and returns an empty maximization objective function.
Public methodMaximize(INumExpr)
Creates and returns an instance of IObjective representing an objective to maximize the expression expr.
(Inherited from IModeler.)
Public methodMaximize(INumExpr, String)
Creates and returns an instance of IObjective representing an objective to maximize the expression expr and assigned the name name.
(Inherited from IModeler.)

See Also