RemoveObjectives Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Removes a set of objectives from this model instance.

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

Syntax

C#
public void RemoveObjectives(
	IEnumerable<string> names
)
Visual Basic
Public Sub RemoveObjectives ( _
	names As IEnumerable(Of String) _
)
Visual C++
public:
void RemoveObjectives(
	IEnumerable<String^>^ names
)

Parameters

names
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
Names of the objectives to remove.

See Also