RemoveConstraints Method

Fabrica Bolos GLPK

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

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

Syntax

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

Parameters

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

See Also