Overload List
| Name | Description | |
|---|---|---|
| AddObjective(ObjectiveSense) |
Creates and returns an empty objective function
with the specified sense
and adds it to the invoking model.
| |
| AddObjective(ObjectiveSense, INumExpr) |
Creates and returns an objective to optimize the expression
in the specified sense and adds the objective to the invoking model.
| |
| AddObjective(ObjectiveSense, String) |
Creates and returns a named objective function
with the specified sense
and adds it to the invoking model.
| |
| AddObjective(ObjectiveSense, INumExpr, String) |
Creates and returns an objective to optimize the expression
with respect to the sense and adds it to the invoking model.
|