Orx.MathProg (C#)
C#
Show/Hide TOC
Model
Builder
Key
With
Objective 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#
Copy
public
ModelBuilderObjective
WithObjective
(
Objective
objective
)
Parameters
objective
Objective
Objective function.
Return Value
ModelBuilderObjective
See Also
Reference
ModelBuilderKey Structure
Orx.MathProg Namespace
In This Article
Definition
Parameters
Return Value
See Also