Creates and returns an instance of IObjective representing an objective to minimize the expression expr and added to the invoking model.

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

Syntax

C#
IObjective AddMinimize(
	INumExpr expr
)

Parameters

expr
Type: ILOG.Concert..::..INumExpr
Expression to minimize.

Return Value

An IObjective object representing the objective to minimize expr.

Remarks