Overload List

  Name Description
Public method Objective(ObjectiveSense)
Creates and returns an empty objective function with the sense specified by sense.

This method creates and returns an IObjective object with a zero expression and the specified optimization sense. This method is typically used in an application that uses column-wise modeling to fill in the objective function while creating the variables.

Public method Objective(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 method Objective(ObjectiveSense, String)
Creates and returns an empty objective function with the sense specified by sense and with the name specified by name.

This method creates and returns an IObjective object with a zero expression and the specified optimization sense. The new IObjective object is assigned name as its name. This method is typically used in an application that applies column-wise modeling to fill in the objective function while creating the variables.

Public method Objective(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