ObjectiveCreateForDirection Method

Returns an objective function with the same expression and with the given direction.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public Objective CreateForDirection(
	ObjectiveDirection direction
)

Parameters

direction  ObjectiveDirection
Direction of the objective function to create.

Return Value

Objective

See Also