Overload List

  NameDescription
Public methodAddObjective(ObjectiveSense)
Creates and returns an empty objective function with the specified sense and adds it to the invoking model.
Public methodAddObjective(ObjectiveSense, INumExpr)
Creates and returns an objective to optimize the expression in the specified sense and adds the objective to the invoking model.
Public methodAddObjective(ObjectiveSense, String)
Creates and returns a named objective function with the specified sense and adds it to the invoking model.
Public methodAddObjective(ObjectiveSense, INumExpr, String)
Creates and returns an objective to optimize the expression with respect to the sense and adds it to the invoking model.

See Also