Overload List

  NameDescription
Public methodObjective(ObjectiveSense)
Creates and returns an empty objective function with the specified sense.
Public methodObjective(ObjectiveSense, INumExpr)
Creates and returns an objective from an expression to optimize in the specified sense.
Public methodObjective(ObjectiveSense, String)
Creates and returns a named, empty objective function with the specified sense.
Public methodObjective(ObjectiveSense, INumExpr, String)
Creates and returns a named objective with a sense (maximize or minimize).

See Also