Creates a minimization objective.

Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public virtual IObjective Minimize(
	IIntExpr e
)
Visual Basic
Public Overridable Function Minimize ( _
	e As IIntExpr _
) As IObjective

See Also