Overload List

  NameDescription
Public methodAddMaximize()()()()
Creates and returns an empty objective function and adds it to the invoking model.
Public methodAddMaximize(String)
Creates and returns a named objective function and adds it to the invoking model.
Public methodAddMaximize(INumExpr)
Creates and returns an objective to maximize the expression and adds it to the invoking model.
Public methodAddMaximize(INumExpr, String)
Creates and returns a named objective function and adds it to the invoking model.

See Also