Creates and returns an instance of IObjective representing an objective to optimize the expression expr with respect to the optimization sense indicated by sense.

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

Syntax

C#
IObjective Objective(
	ObjectiveSense sense,
	INumExpr expr
)
Visual Basic
Function Objective ( _
	sense As ObjectiveSense, _
	expr As INumExpr _
) As IObjective

Parameters

sense
Type: ILOG.Concert..::..ObjectiveSense
Optimization sense.
expr
Type: ILOG.Concert..::..INumExpr
Expression to optimize.

Return Value

An IObjective object representing the objective to maximize expr.

Remarks