ModelBuilderObjective Constructor

Mathematical model builder containing key, definition and objective information.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public ModelBuilderObjective(
	string Key,
	string Definition,
	Objective Objective
)

Parameters

Key  String
Key of the model.
Definition  String
Definition of the model.
Objective  Objective
Objective function of the model.

See Also