ModelBuilderObjective Constructor
Mathematical model builder containing key, definition and objective information.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
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.