Overload List
| Name | Description | |
|---|---|---|
| Objective(ObjectiveSense) |
Creates and returns an empty objective function with the specified sense.
| |
| Objective(ObjectiveSense, INumExpr) |
Creates and returns an objective from an expression
to optimize in the specified sense.
| |
| Objective(ObjectiveSense, String) |
Creates and returns a named, empty objective function
with the specified sense.
| |
| Objective(ObjectiveSense, INumExpr, String) |
Creates and returns a named objective with a sense (maximize or minimize).
|