Overload List
| Name | Description | |
|---|---|---|
| AddMaximize()()()() |
Creates and returns an empty objective function
and adds it to the invoking model.
| |
| AddMaximize(String) |
Creates and returns a named objective function
and adds it to the invoking model.
| |
| AddMaximize(INumExpr) |
Creates and returns an objective to maximize the expression
and adds it to the invoking model.
| |
| AddMaximize(INumExpr, String) |
Creates and returns a named objective function
and adds it to the invoking model.
|