Overload List
| Name | Description | |
|---|---|---|
| AddMaximize()()()() |
Creates and returns an empty maximization objective function
and adds it to the invoking model.
| |
| AddMaximize(String) |
Creates and returns an empty maximization objective function
with the specified name and adds it to the invoking
model.
| |
| AddMaximize(INumExpr) |
Creates and returns an instance of IObjective
representing an objective to maximize the expression expr
and added to the invoking model.
(Inherited from IModeler.) | |
| AddMaximize(INumExpr, String) |
Creates and returns an instance of IObjective,
representing an objective to maximize the expression expr,
assigned the name name, and added to the invoking model.
(Inherited from IModeler.) |