Overload List
| Name | Description | |
|---|---|---|
|
|
Maximize()()()() |
Creates and returns an empty maximization objective function.
|
|
|
Maximize(String) |
Creates and returns an empty maximization objective function.
This method creates an IObjective object representing a
maximization objective function with a zero expression. 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.
|
|
|
Maximize(INumExpr) |
Creates and returns an instance of IObjective
representing an objective to maximize the expression expr.
(Inherited from IModeler.) |
|
|
Maximize(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.) |