AddObjective Method (Objective)

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Adds objective to this model instance if it is consistent.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public void AddObjective(
	Objective objective
)
Visual Basic
Public Sub AddObjective ( _
	objective As Objective _
)
Visual C++
public:
void AddObjective(
	Objective^ objective
)

Parameters

objective
Type: Optimization..::..Objective
Objective to add.

See Also