Creates and returns an empty maximization objective function. This method creates an IObjective object representing a maximization objective function with a zero expression. The new IObjective object is assigned name as its name. This method is typically used in an application that applies column-wise modeling to fill in the objective function while creating the variables.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
IObjective Maximize(
	string name
)

Parameters

name
Type: System..::..String

Return Value

The new zero maximization objective.

See Also