Overload List

  NameDescription
Public methodObjective(ObjectiveSense)
Creates and returns an empty objective function with the sense specified by sense.
Public methodObjective(ObjectiveSense, INumExpr)
Creates and returns an instance of IObjective representing an objective to optimize the expression expr with respect to the optimization sense indicated by sense.
(Inherited from IModeler.)
Public methodObjective(ObjectiveSense, String)
Creates and returns an empty objective function with the sense specified by sense and with the name specified by name.
Public methodObjective(ObjectiveSense, INumExpr, String)
Creates and returns an instance of IObjective representing an objective to optimize the expression expr with respect to the optimization sense indicated by sense and assigned the name name.
(Inherited from IModeler.)

See Also