Creates and returns an instance of IObjective representing an objective to minimize the expression expr and assigned the name name.

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

Syntax

C#
IObjective Minimize(
	INumExpr expr,
	string name
)

Parameters

expr
Type: ILOG.Concert..::..INumExpr
Expression to minimize.
name
Type: System..::..String
Name assigned to the new IObjective object.

Return Value

An IObjective object representing the objective to minimize expr.

Remarks