AddObjectives Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Adds a set of objectives 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 AddObjectives(
	IEnumerable<Objective> objectives
)
Visual Basic
Public Sub AddObjectives ( _
	objectives As IEnumerable(Of Objective) _
)
Visual C++
public:
void AddObjectives(
	IEnumerable<Objective^>^ objectives
)

Parameters

objectives
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Objective>)>)>
Set of objectives to add.

See Also