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

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0

Syntax

C#
IObjective Minimize(
	INumExpr expr
)
Visual Basic
Function Minimize ( _
	expr As INumExpr _
) As IObjective

Parameters

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

Return Value

An IObjective object representing the objective to minimize expr.

See Also