ModelBuilderKeyWithObjective Method

Adds objective function of the model to the builder.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public ModelBuilderObjective WithObjective(
	Objective objective
)

Parameters

objective  Objective
Objective function.

Return Value

ModelBuilderObjective

See Also